I am using a custom Universal Login Page and have configured it to use my logo using a URL from my host. The logo shows correctly for FireFox and Samsung browser on my Android but when I use Chrome the image does not load and throws a CORB warning in the console. My host is listed under allowed Web Origins and since testing also under CORS.
Are there any additional settings or considerations to ensure the logo loads in Chrome?
If you navigate to https://juegagt.epizy.com, you should get re-directed to the Auth0 login page. When using Chrome, the logo does not show up and the console shows the message above. When using FireFox or other browsers, the logo shows up just fine.
Please let me know if there is any known solution or workaround for the image/logo to load in Chrome.
It looks like the image at https://juegagt.epizy.com/img/logo.png is returning with a content-type header of text/html, and it should be returning with image/png.
It randomly started working for me. Can you try it again?
I’m not sure what I can do about the content-type header since it’s just an image.
The image is still not loading and I have tested on both my laptop and phone.
I did encounter this article describing how to disable Chrome’s samesite cookie requirement; disabling this setting does load the image but Chrome’s default is to enable this setting so I’m hoping a different solution might exist.
Thank you for your insight, it looks like the content type is expected with my current hosting plan. I’ll consider using an image host as a workaround.