Next.js Discord

Discord Forum

Deploying app just shows a blank screen

Unanswered
Indian mackerel posted this in #help-forum
Open in Discord
Indian mackerelOP
When I deploy my app using next v13.4.13 or below everything works as expected. If I upgrade next to any version beyond that version is a white page. Checking the browser console no errors are shown also no errors are found on the sever.

Troubleshooting the issue I have performed a fresh install of next using: npx create-next-app@latest and selecting all the defaults.

I'm deploying to cPanel and have the server.js file added and also the change in the package.json. Has anyone else come across this and could provide guidance on how to resolve? Looking at the release notes in v13.4.14-canary.1 Consolidate Server and Routing process into one process was added and i'm wondering if this could be related?

0 Replies