Hello everyone, I'm using the NextJS integration for Supertokens, i followed every step but I'm having issues.
I hosted my SuperTokens core container on AWS-ECS service and it's working fine, I even tried to request the "hello" GET request from the browser and it works.
when I try to do the authentication from my NextJS app I get a CORS policy error, I also sent the request from the NextJS front-end (not the server-side) but it failed.
Has anyone encountered this issue before?