#Nova tool shows 404 when deployed to vapor but not on local build.
15 messages · Page 1 of 1 (latest)
what does your log say
i meant like logs on server not in browser x
i haven't used vapor but yeah do you have a log file you can view
like if you did \Log::info('hi'); where would it go?
there is a logging.php file in your config directory that specifies where your logs go
but one would assume there's a butotn to view the logs in vapor
How big is the file? Vapor (API GW / Lambda) can't handle > 4mb
The built js for that actions-block script
Yeah likely
Your gonna have to publish it as an asset so that vapor uploads it to cloudfront instead.
18.7mb seems rediculous btw
You may want to investigate why its so big and find ways to greatly reduce that.
We deploy to vapor and bundle all third party assets into a single file using this package I created, vapor uploads that public asset to cloudfront so it avoids going via laravel at all.