Error Access-Control-Allow-Origin API

Hi folks, I am getting a CORS error in my API request, this from migration to .app, this problem is not present in my localhost.

this proyect: https://test-marvicom.netlify.app/

Thanks…

Hi @iukones and welcome :slight_smile:
Which API request is failing? Can you share the console logs network traffic from the browser while trying to login?
Looks like you’re using git-gateway and Identity running on the same host so the browser should not enforce CORS.
Also, I was able to get a valid response when accessing the identity server on your site:
image

1 Like