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
There is an issue with image upload. Seems to be a CORS issue.
submit:1 Access to XMLHttpRequest at 'https://ipfs.district0x.io/api/api/v0/add?arg=' from origin 'https://registry.district0x.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
POST https://ipfs.district0x.io/api/api/v0/add?arg= net::ERR_FAILED
ERROR [district.ui.logging.events:39] - Uploading district bg image failed :district-registry.ui.events/add-district-bg-image {:status 0, :success false, :body "", :headers {}, :trace-redirects ["https://ipfs.district0x.io/api/api/v0/add?arg=" "https://ipfs.district0x.io/api/api/v0/add?arg="], :error-code :http-error, :error-text " [0]"}
i'm flying a bit blind here, but it sounds like ipfs.district0x.io/api server needs CORS Policy applied to allow calls from registry.district0x.io Thats just a guess.
The text was updated successfully, but these errors were encountered:
There is an issue with image upload. Seems to be a CORS issue.
i'm flying a bit blind here, but it sounds like ipfs.district0x.io/api server needs CORS Policy applied to allow calls from registry.district0x.io Thats just a guess.
The text was updated successfully, but these errors were encountered: