- using node version: 17.4 and python 3.9 - cloned...
# general
k
- using node version: 17.4 and python 3.9 - cloned
supertokens-python
- cloned
supertokens-auth-react
- created a new python env with python version: 3.9 - went to
supertokens-python/examples/flask/with-thirdpartyemailpassword
and ran:
Copy code
pip install -r requirements.txt --no-cache-dir
- started flask server:
Copy code
python app.py
- went to
supertokens-auth-react/examples/with-thirdpartyemailpassword
and ran:
Copy code
npm i -D
- started react server:
Copy code
SKIP_PREFLIGHT_CHECK=true npm run spa
Please try these steps. I tested it right now and it seems to be working correctly
2 Views