-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page blank after reload on build #291
Comments
Same Here |
Hey @oscarbrehier, have you solved your issue? If not could you give me a screenshot of your application structure? I think you have missed something with nextJs usage. Bassically you will have those files unde the directory pages:
Could you give me a copy of your background.ts/js file, which one start your application. |
We are also Facing the same issue but found that after navigating to other page it starts showing the same but on before it works well fixed the issue using useEffect in _app.tsx file for better help take a look at close issue section already mentioned there |
fix using this one |
Try to yarn build to build a new bundle app directory and run start script again. |
After reloading a page on the build app the page is blank. Another issue has been made on this very subject but the workaround doesn't seem clear.
The text was updated successfully, but these errors were encountered: