gothinkster / realworld

"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
https://realworld-docs.netlify.app/
MIT License
80.65k stars 7.34k forks source link

[Bug]:CORS Issue #1537

Closed abdulrahmanalaa123 closed 8 months ago

abdulrahmanalaa123 commented 8 months ago

Relevant scope

Frontend specs

Description

Im facing CORS Problem i presume its a server issue because everything was working fine until it wasnt and after searching most solutions refer to a server fix and not a client fix this is the error on the deployed site image if it is not a server issue I dont know how to solve it i tried the with credentials solution on my axios and didnt work and here is my axios object

image

and thank you in advance

geromegrignon commented 8 months ago

Hello @abdulrahmanalaa123,

It sounds fixed. I was able to reproduce it earlier today though. CORS settings are fine on the API side: I didn't make any changes, I suspect the domain itself (which i do not own).