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
when i implemented these code in react i got the cors error
Access to XMLHttpRequest at 'https://sandbox.evernote.com/oauth' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource
is there any way to use the evernote login with react
The text was updated successfully, but these errors were encountered:
@manish252488 A bit late I guess, but any ways. This is not an issue of the library, and is not meant to be used as part of an web application. You should use it in a proxy server, where you would be able to configure the CORS policy and from that server hit the desired EPs.
when i implemented these code in react i got the cors error
Access to XMLHttpRequest at 'https://sandbox.evernote.com/oauth' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource
is there any way to use the evernote login with react
The text was updated successfully, but these errors were encountered: