Rank 2: Process
Hello, i get the following error when trying to access the createEmailSession endpoint in the client sdk:
Access to XMLHttpRequest at 'http://192.168.x.x/v1/account/sessions/email' from origin 'http://localhost:3000' 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.
I have added both localhost and * as web platforms.
The client is initialized like so:
client.setProject("64d...196").setEndpoint("http://192.168.x.x/v1")```