vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.39k stars 691 forks source link

vercel blob bug #279

Open adriangalilea opened 11 months ago

adriangalilea commented 11 months ago

I got access to the Vercel blob storage.

I know this is in beta.

However I'd like to report a bug:

https://adriangalilea.vercel.pub/cljq2dxak002hl408neptdg3d

When you set an image to a post, it uploads fine, it displays on previews fine. But once you are on the page it's a broken image, it doesn't show.

Any ETA on this bug?

cameronking4 commented 9 months ago

Same here

Neosprings commented 8 months ago

Did you add your blob xxxxxxxx.public.vercel-storage.com domain to your next.config.js?

leerob commented 7 months ago

If you are still seeing this issue, could you open a more detailed issue with a reproduction? Thank you 🙏

adriangalilea commented 7 months ago

If you are still seeing this issue, could you open a more detailed issue with a reproduction? Thank you 🙏

I'm specifically linking vercel's domain @Neosprings

https://adriangalilea.vercel.pub/cloy9xoi80003l7083nynfrx9

To reproduce:

larafale commented 6 months ago

same here.

in chrome network requests image returns a 400 url ex: https://mysaas.vercel.pub/_next/image?url=https%3A%2F%2Feezhaoptobsygbe3.public.blob.vercel-storage.com%2FKprueQ9-st7IVPlM1mYX8mYff9KLS3tyRzIia3.jpeg&w=3840&q=75

response is

Bad request
INVALID_IMAGE_OPTIMIZE_REQUEST
piclez commented 6 months ago

Adding the subdomain to the hostname under remotePatterns in next.config.js fixed for me.

Related: https://github.com/vercel/platforms/issues/298