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
Im currently getting an Failed to load https://awis.amazonaws.com/...: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
It looks like Amazon isn't passing a Access-Control-Allow-Origin header, so can we have the ability to set a no-cors in our request?
The text was updated successfully, but these errors were encountered:
Im currently getting an
Failed to load https://awis.amazonaws.com/...: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
It looks like Amazon isn't passing a
Access-Control-Allow-Origin
header, so can we have the ability to set ano-cors
in our request?The text was updated successfully, but these errors were encountered: