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
Sometimes (~50% of time) after entering given realm's details for the first time since reloading the page, there are some warnings/errors in the logs:
Access to fetch at 'https://resolve.unstoppabledomains.com/domains/?owners=0x277c1d7a4c4dd06733f19904d88c7f7fe3925b86&sortBy=id&sortDirection=ASC' from origin 'https://stage-live--taho-development.netlify.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
GET https://resolve.unstoppabledomains.com/domains/?owners=0x277c1d7…&sortBy=id&sortDirection=ASC net::ERR_FAILED 308 (Permanent Redirect)
GET https://resolve.unstoppabledomains.com/domains/?owners=0x200d2172fa4d6a1ae4a9e568ea4e749dd7a9ee7c&sortBy=id&sortDirection=ASC net::ERR_FAILED
react-spring_shared.modern.mjs:930 react-spring: Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions
The errors are failed names resolution (not sure if the last warning also is for the same reason).
Does not happen always for the sam realms.
The text was updated successfully, but these errors were encountered:
michalinacienciala
changed the title
Errors in console after entering realm details
Errors in console (failed names resolutions) after entering realm details
Dec 7, 2023
Sometimes (~50% of time) after entering given realm's details for the first time since reloading the page, there are some warnings/errors in the logs:
The errors are failed names resolution (not sure if the last warning also is for the same reason).
Does not happen always for the sam realms.
The text was updated successfully, but these errors were encountered: