-
-Laravel 9.x I've installed a fresh version of Nova 4 in my Laravel project. My project doesn't have any customizations and uses routes, etc that Laravel provides out of the box. When I run For production, I host my project on Google App Engine Flex. GAE uses Nginx and containers to host the app. I'm using the default GAE configuration and have set After the redirect, it shows a blank page. If I inspect the network calls, I see that it returns a login page which then calls the assets like js and css. It's calling these files from I've tried updating I'm not sure what else to try. I'm hoping someone here can help. For additional context, all of the published files exist. I even SSH'd into the GAE container and I can see the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This appears to be a bug in version 8.2 of Google App Engines flexible php runtime. I've created a support ticket but here it is for anyone else to reference: https://issuetracker.google.com/issues/328295030 A workaround would be to use 8.1 runtime but they should get this fixed before 8.1 EOF. |
Beta Was this translation helpful? Give feedback.
This appears to be a bug in version 8.2 of Google App Engines flexible php runtime. I've created a support ticket but here it is for anyone else to reference:
https://issuetracker.google.com/issues/328295030
A workaround would be to use 8.1 runtime but they should get this fixed before 8.1 EOF.