Describe the bug
The issue only appears with WebGL build, is after you click send email button in the marketplace login prefab, because is failing on the API endpoint.
Steps
Steps to reproduce the behavior:
- Create a sample scene with MarketplaceLogin.prefab inside
- Use SampleLogin - Connect wallet scene
- Build with WebGL
- Login with web3auth or metamask
- Set email input and click Send email button
Expected behavior
- Verification code screen appears and the email with the code is received
Console errors
localhost/:1 Access to fetch at 'https://api.chainsafe.io/api/v1/user/email' from origin 'http://localhost:51115' 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.Understand this error
webgl22.loader.js:1
POST https://api.chainsafe.io/api/v1/user/email net::ERR_FAILED
Screenshots/Video

Desktop (please complete the following information):
- Chainsafe SDK version: [dev]
- Unity Version: [e.g., 2022.3.26]
- Operating System: [Mac]
Additional context
Please add any other relevant context or information about the problem. This could include device specifications, project configuration, or any other details that might be helpful in diagnosing the issue.
Describe the bug
The issue only appears with WebGL build, is after you click send email button in the marketplace login prefab, because is failing on the API endpoint.
Steps
Steps to reproduce the behavior:
Expected behavior
Console errors
Screenshots/Video

Desktop (please complete the following information):
Additional context
Please add any other relevant context or information about the problem. This could include device specifications, project configuration, or any other details that might be helpful in diagnosing the issue.