Next.js Discord

Discord Forum

next/image errors since upgrading to 15.2.24

Unanswered
Florida White posted this in #help-forum
Open in Discord
Florida WhiteOP
Hello folks, I've just upgraded from 15.2.14 -> 15.2.24 and now all images using next/image are giving internal server errors with the following error:

ERROR    Failed to optimize image Sr [Error]: "url" parameter is valid but upstream response is invalid


I am using SST v2 and deploying to AWS which I think might be part of the problem here, but this was working fine until this update...

I have added my domains to next.config:

const nextConfig = {
  ...
  images: {
    domains: ["my.domain.com"],
  },
  ...
}


But that hasn't made any difference!

Anybody have any ideas?

Thanks for any help!

0 Replies