Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Bug: ENS avatar fetching #115

@dadajuice

Description

@dadajuice

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.

Reference: index-CfTYtMJE.js:449

Metadata

Metadata

Assignees

No one assigned

    Labels

    competition_2025.09.17Issues logged during the second competion, in September 2025.improvementUsed to tag suggested improvements in the competitions. There are prizes for the best ones.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions