Next.js Discord

Discord Forum

Error: Invalid src prop

Unanswered
Sloth bear posted this in #help-forum
Open in Discord
Sloth bearOP

6 Replies

Sloth bearOP
https://vercel.com/templates/next.js/image-gallery-starter

im trying to get this template up and running but its saying i havent registered res.cloudinary.com domain when i clearly have?
i fixed it with domains but apparently this config is depreciated? how should i be handling this?
@Sloth bear i fixed it with domains but apparently this config is depreciated? how should i be handling this?
Bighead carp
The new way is to specify remotePatterns, like you've done. You can safely delete the domains field
The issue lies in the pathname you have defined. The resource its trying to access is under res.cloudinary.com/duyms...
Whereas you have only allowed resources to be loaded from res.cloudinary.com/my-account/**
So you need to change the pathname field