You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bookmark comes in later and it looks like how it should in the tab of the website
but here it is on my bookmark bar (default no favicon bookmark image)
I have gone ahead and tried bookmarking it again and that image is the result.
here is the console error
here is the network tab
The favicon.ico 404s and then later comes in as favicon.svg as you can see in the network tab at the bottom.
It's not a .ico though, but that should not be a problem for modern browsers. I think what might be the problem is that we're importing the favicon image, which means that Next.js compresses it and generates a unique URL so that it can be cached for a long time - but every time we deploy, that URL might change. So a fix might be to refer directly to /favicon.svg, which does exist.
@Vinnl PR to fix the missing resource created. I tested on FF, PRD site, I can add bookmark just fine. But this should address the issue with the 404. #3579
User report:
_The bookmark url is https://relay.firefox.com/accounts/profile/
The bookmark comes in later and it looks like how it should in the tab of the website
but here it is on my bookmark bar (default no favicon bookmark image)
I have gone ahead and tried bookmarking it again and that image is the result.
here is the console error
here is the network tab
The favicon.ico 404s and then later comes in as favicon.svg as you can see in the network tab at the bottom.
you can even visit https://relay.firefox.com/favicon.ico and see
Not Found
The requested resource was not found on this server._
The text was updated successfully, but these errors were encountered: