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 has been archived by the owner on Aug 9, 2021. It is now read-only.
Describe the bug
When I try to call Box.getProfiles in my dev environment I get the following error: Access to fetch at 'https://ipfs.3box.io/profileList' from origin 'http://127.0.0.1:3000' has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.
To Reproduce
Try to call Box.getProfiles
Expected behavior
No error
Desktop (please complete the following information):
OS: macOS Mojave
Browser: Chrome
Version: 78.0.3904.97
The text was updated successfully, but these errors were encountered:
Thanks for creating a ticket for this! We are working on an update to our APIs and hopefully that will fix this. Will let you know when that is ready to see if this issue is fixed.
In the meantime using Box.getProfile should work fine :)
Hello, anyway to do something for this? the OPTIONS request (called a preflight request - which is default browser behavior) doesn't go through, wich blocks any POST request.
This is a one year old ticket, could something be done about this?
Describe the bug
When I try to call Box.getProfiles in my dev environment I get the following error:
Access to fetch at 'https://ipfs.3box.io/profileList' from origin 'http://127.0.0.1:3000' has been blocked by CORS policy: Request header field content-type is not allowed by Access-Control-Allow-Headers in preflight response.
To Reproduce
Try to call Box.getProfiles
Expected behavior
No error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: