1

I'm trying to make a photo gallery app that gets its photos from an S3 bucket. The images are fetched through presigned urls. The problem is that when I use the Image component from Next, I get the following error: "url" parameter is valid but upstream response is invalid. I can't seem to find the problem. I already configured the domain in the next.config.js file.

Daniel Medina
  • 83
  • 3
  • 7

1 Answers1

0

I found the solution: Upgrade Next.js

Daniel Medina
  • 83
  • 3
  • 7