CORS issue localhost towards a live API
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
Hi.
I am getting some CORS errors when I develop on my local NextJS App towards a live API written in Java. How can I resolve this issue?
Thanks
I am getting some CORS errors when I develop on my local NextJS App towards a live API written in Java. How can I resolve this issue?
Thanks
1 Reply
@Cape lion Hi.
I am getting some CORS errors when I develop on my local NextJS App towards a live API written in Java. How can I resolve this issue?
Thanks
is it possible to add
http://localhost:3000 to cors origin on the java api?