i used the `npx create-supertokens-app@latest --re...
# support-questions-legacy
f
i used the
npx create-supertokens-app@latest --recipe=emailpassword
and i specified
react
. i only changed the apiDomain to point to my api
https://xxxx.execute-api.us-east-1.amazonaws.com
, and the api base path to:
v1/admin/auth
. I was able to hit sign in and get a successful response with the
Front-Token
, and the two
Set-Cookie
(sAccessToken, and sRefreshToken), but the website did not redirect me to
http://localhost:3000/
. When i go to it directly it just redirects me back to the login page
http://localhost:3000/auth?redirectToPath
does this mean that my backend is not configured correctly? my end goal is to see if i can hit:
https://beta.example.com/api
7 Views