Skip to content
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

Open
oscarbrehier opened this issue Oct 31, 2022 · 5 comments
Open

Page blank after reload on build #291

oscarbrehier opened this issue Oct 31, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@oscarbrehier
Copy link

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.

@gitnasr
Copy link

gitnasr commented Dec 18, 2022

Same Here

@alexis-piquet
Copy link

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:

  • _app.tsx
  • _document.tsx
  • index.tsx

Could you give me a copy of your background.ts/js file, which one start your application.

@codalaya
Copy link

codalaya commented May 21, 2023

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

@codalaya
Copy link

codalaya commented May 21, 2023

#241 (comment)

fix using this one

@TonyDo99
Copy link

Try to yarn build to build a new bundle app directory and run start script again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants