CORS problem in my project
I am getting a cors error in api calling
Solution:Jump to solution
this isnt a railway specific question so i will leave you with this docs page for express https://expressjs.com/en/resources/middleware/cors.html
8 Replies
Project ID:
N/A
whats the status code on that request?
200ok
I made a simple api and host it in railway....now i can't access that api through 'fetch'
Solution
this isnt a railway specific question so i will leave you with this docs page for express https://expressjs.com/en/resources/middleware/cors.html
Yeah it is working fine now.