-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running into CORS error #91
Comments
@Anand-Issac Kindly provide me more context how are you trying to access the library. Are you using in server-side or client-side using AJAX calls ?. If server side, are u using express js ?. |
I was using an AJAX call, the fetch API in react to use the ebay Finding API. I set a proxy in my package.json to solve the CORS issue but now I face a problem that after I deploy the application using Firebase Hosting, the API call returns an index.html response instead of the JSON response I got in my localhost server. I was wondering why this was so and if there is any solution to this ? |
@Anand-Issac Ohh that's weird. Is there any URL or github link, I can check ?. |
Cool. I will take a look |
@pajaydev Hey man. Did you figure out the problem yet? |
@Anand-Issac Sorry was stuck in some other things, will look it up tonight |
@Anand-Issac I can see its working fine in local (both read and write data from firebase). |
@pajaydev Thanks for the help bro |
If you try to request ebay API now on deployed app it will return a HTML file (my index.html) instead of the proper JSON response. It still says Status 200 though ... I'm not exactly sure why this happens |
@Anand-Issac sure I will take a look. Thanks |
@Anand-Issac I made a simple proxy using express JS to call this library. Kindly take a look at it. https://gist.github.com/pajaydev/b10b4d29bae85b441954d298a9e0d2c3 I would do like this to set up a simple proxy. Let me know if you face any issue. |
Let me give it a try
…On Wed., May 20, 2020, 1:10 a.m. Ajaykumar, ***@***.***> wrote:
@Anand-Issac <https://github.com/Anand-Issac> I made a simple proxy using
express JS to call this library.
Kindly take a look at it.
https://gist.github.com/pajaydev/b10b4d29bae85b441954d298a9e0d2c3
I would do like this to set up a simple proxy. Let me know if you face any
issue.
Hope it helps.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKCWR2I2QLJZ25COH5RBPOLRSNQ6BANCNFSM4NAEXGLA>
.
|
Hey @pajaydev Sorry for the long response time. I had a lot of school work to do. Okay so I implemented your solution. The problem is. When I run in my local server the response says 200 but it returns me my own HTML page as a response instead of the JSON data I would like Can you please take a look? Here is the repo . Thanks |
I will take a look |
from origin 'http://localhost:3000' 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.
I was wondering how to fix this error for the Search by keyword API
The text was updated successfully, but these errors were encountered: