I believe when my frontend first makes a request, it goes through at first since it is the still the same domain. However, the response is then put in a redirect, which triggers cors on the browser since it is on a different domain. This prevents my frontend from reading the response.
I've tried setting my headers to allow cors, but this hasn't fixed the issue, since it appears the response is on a different domain which I can't figure out how to set cors on.
I'm also facing a similar issue.
I believe when my frontend first makes a request, it goes through at first since it is the still the same domain. However, the response is then put in a redirect, which triggers cors on the browser since it is on a different domain. This prevents my frontend from reading the response.
I've tried setting my headers to allow cors, but this hasn't fixed the issue, since it appears the response is on a different domain which I can't figure out how to set cors on.