Hey, i'm trying to setup a localhost supertokens +...
# support-questions-legacy
d
Hey, i'm trying to setup a localhost supertokens + react, both running on docker, but when i try the signup method, here is what the backend respond to me:
Copy code
Error: Since your API and website domain are different, for sessions to work, please use https on your apiDomain and dont set cookieSecure to false.
How to solve this ? Cause i'm not planning to use https on my local installation
3 Views