Problem with loading Laravel Nova in production site #5751
-
Description:I recently migrated to nova 4.26.0. I followed the migration guide as well. https://nova.laravel.com/docs/4.0/upgrade.html. It's now working in local environment. But getting empty page with browser console error in production site. Here is the error I am getting: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Ensure the production assets have been published and are being loaded. You should try running |
Beta Was this translation helpful? Give feedback.
-
|
This is a known issue with using Laravel Nova with Cloudflare Rocket Loader as explained in #4127 You can tell by looking at |
Beta Was this translation helpful? Give feedback.


Disabled Rocket Loader in Cloudflare and it started working!!! Thanks a lot @crynobone