json-server
json-server copied to clipboard
cors problem
Hi there I have just db.json
and when I start json-server --watch db.json it has cors problems is there any way to fix this issue?
I want to allow all origins
I had the same problem as you, I backed out to version 0.17 and it worked fine!
Thank you!
@eavan5 Thank you! Used 0.17.4 and that fixed my CORS issue.