-
Notifications
You must be signed in to change notification settings - Fork 270
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
503 (Service Unavailable) #1412
Comments
This happens to me constantly as well |
I'm in the middle of redoing a Nuxt 3 project and I also get this error constantly. The error is not present in the old project. The old project uses package version is "^1.0.0-rc.1" and the new uses "^1.7.0". |
I have a similar problem |
same.. would love to hear if someone figured out a bandaid fix at the very least |
Also experiencing this when using ipx as image provider. You could either temporarily fix it by handling the error like so:
or you can disable ipx as the image provider. |
The same thing is happening to me, is it related to multiple images being optimized in runtime at the same time? If this problem is not a bug but a limitation it will make the module completely unusable on any commercial site. Can anyone confirm that the image component of Next.js has the same problem? It seems to be a similar logic |
Any chance you guys are using SWR? As that breaks ipx when not excluding it from SWR with route rules ( |
I'm not using SWR, unless it's enabled by default? |
I've been experiencing this issue for over a year now, both in development and production mode. Every time the page is reloaded, the images do not load randomly, then one thing or another. What can be wrong?
In production mode I see this error, the symptoms are the same as with the 503 error in development.
The text was updated successfully, but these errors were encountered: