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

Images get loaded before they are available resulting in a crash (vercel/next.js#33860) #10

Closed
Skryvvara opened this issue Feb 9, 2022 · 0 comments
Assignees
Labels
area/infrastructure This issue is related to the infrastructure type/bug Something isn't working

Comments

@Skryvvara
Copy link
Owner

Describe the bug
At random intervals the app crashes in production mode because an image is loaded before it is cached. This is known issue in nextjs 12.0.10.

Issue: vercel/next.js#33860

To Reproduce
Steps to reproduce the behavior:

  1. run yarn build
  2. run yarn start
  3. wait

Expected behavior
App should not crash

Screenshots
/

Desktop (please complete the following information):

  • OS: All
  • Browser All
  • Version All

Smartphone (please complete the following information):

  • Device: All
  • OS: All
  • Browser All
  • Version All

Additional context
/

@Skryvvara Skryvvara added type/bug Something isn't working area/infrastructure This issue is related to the infrastructure labels Feb 9, 2022
@Skryvvara Skryvvara self-assigned this Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infrastructure This issue is related to the infrastructure type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant