#weird image initiating a request

5 messages · Page 1 of 1 (latest)

kindred wedge
#

I'm puzzled, I added favicons using file path as recommended, but now I see that every icon is initiating a new request to the homepage with a locale /en?xyz which correspond to the generated string attached to the image. This results in the full page being loaded again, once per image.

Can someone please help me understand the problem?

rare jewelBOT
#

🔎 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)

kindred wedge
#

here's my images in the app/ folder as by the documentation. I'm using next-intl package for internationalization.

#

this is how it looks in the generated HTML file:

kindred wedge
#

OK after fiddling a little bit with it, I decided to not use the file path and just define icons in the metadata. This works.
There must be a bug between the file based icons and next-intl