Hey Community, I am looking for a way to change cors settings in a selfhosted backend described here:
https://supertokens.com/docs/thirdparty/pre-built-ui/setup/core/with-docker or/and send messages from supertokens-web-js with no cors
I am facing cors issues: Access to fetch at 'http://localhost:3567/auth/authorisationurl?thirdPartyId=google&redirectURIOnProviderDashboard=http%3A%2F%2Flocalhost%3A4200%2Fauth%2Fcallback%2Fgoogle' from origin 'http://localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
I am using Angular Frontend and Selfhosted backend.