Images not showing on all my websites out of nowhere
Answered
Southeastern blueberry bee posted this in #help-forum
Southeastern blueberry beeOP
Hey everyone, I have no clue how but all of the sudden half or even more of all my images on all my totally different next js websites/applications don’t load anymore.. I see the standard missing thumbnail. How is this possible? It’s mainly pexels images and also uploaded images through supabase…?
Please help! This is madness, could this be due to too many vervel projects? Their all relatively small and have had no issue like this before.
Any help would be appreciated!
Please help! This is madness, could this be due to too many vervel projects? Their all relatively small and have had no issue like this before.
Any help would be appreciated!
Answered by Yi Lon Ma
if you're using next/image, you are most likely out of your image optimization quota on vercel
6 Replies
@Southeastern blueberry bee Hey everyone, I have no clue how but all of the sudden half or even more of all my images on all my totally different next js websites/applications don’t load anymore.. I see the standard missing thumbnail. How is this possible? It’s mainly pexels images and also uploaded images through supabase…?
Please help! This is madness, could this be due to too many vervel projects? Their all relatively small and have had no issue like this before.
Any help would be appreciated!
if you're using next/image, you are most likely out of your image optimization quota on vercel
Answer
@Yi Lon Ma if you're using next/image, you are most likely out of your image optimization quota on vercel
Southeastern blueberry beeOP
Okay! I have no clue how that works.. must I upgrade now?
@Southeastern blueberry bee Okay! I have no clue how that works.. must I upgrade now?
You have 2 options:
- either upgrade to a higher plan
- replace all next/image instances in your code with normal img tag(not recommended)
- either upgrade to a higher plan
- replace all next/image instances in your code with normal img tag(not recommended)
@Yi Lon Ma You have 2 options:
- either upgrade to a higher plan
- replace all next/image instances in your code with normal img tag(not recommended)
Southeastern blueberry beeOP
Thanks for letting me know, what plan do you recommend?
@Southeastern blueberry bee Thanks for letting me know, what plan do you recommend?
if you're on free tier, upgrade to pro
@Yi Lon Ma if you're on free tier, upgrade to pro
Southeastern blueberry beeOP
Okay thankss