I’m trying to run this project on my pc locally. When I run this I get this CORS error
localhost/:1 Access to fetch at
‘https://dh.soulmachines.cloud/api/jwt’ from origin
‘http://localhost:8000’ has been blocked by CORS policy: 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.
smwebsdk.js:6606 GET https://dh.soulmachines.cloud/api/jwt
net::ERR_FAILED 403 (Forbidden)
I have been following their documentation but I could not resolve this issue. Can anyone suggest solutions to resolve this issue?
Thank you in advance.
1