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
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
From what I could understand, there is a JS script trying to read ENS informations and display probably display it as the avatar in the header, but it fails (in my case at least) due to a CORS error meaning the url used do not allows inclusion in your site.
Access to fetch at 'https://avatars.namespace.ninja/boe.png' from origin 'https://app.testnet.stratomercata.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
A solution to these cases, would be to download the ENS avatar from the backend and store it locally and then you serve this local file instead of the remote one from which you dont control the CORS headers.
From what I could understand, there is a JS script trying to read ENS informations and display probably display it as the avatar in the header, but it fails (in my case at least) due to a CORS error meaning the url used do not allows inclusion in your site.
A solution to these cases, would be to download the ENS avatar from the backend and store it locally and then you serve this local file instead of the remote one from which you dont control the CORS headers.
Reference: index-CfTYtMJE.js:449