#image broken on prod

22 messages · Page 1 of 1 (latest)

weak blaze
#

Hey 👋

I’m using Image component for all my images everything works great on dev except on prod which all image is broken (displaying alt text)

Anyone can help ?

ocean mistBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

cursive wyvern
#

@weak blaze are you on chrome?

cursive wyvern
#

can you inspect your page to see the network?

weak blaze
cursive wyvern
#

so, images are getting fetched?

weak blaze
brazen stream
#

can you send the url of your site

weak blaze
cursive wyvern
#

which image did you mean?

brazen stream
#

an image on hero is showing

weak blaze
#

You have to login

#

This one is local img

brazen stream
weak blaze
brazen stream
weak blaze
brazen stream
#
/ @type {import('next').NextConfig} */
const nextConfig = {
  images: {
    remotePatterns: [
      {
        protocol: "https",
        hostname: "image.tmdb.org",
      },
    ],
  },
  output: "standalone",
};

something like this

weak blaze
#

Ok i will try this

weak blaze
#

not work even with the change 😦