Create Database Script - NFSandbox/sh_trade_backend GitHub Wiki
Exceptions
SupertokensSignUpFailed
This error will be raised when script could not use Supertokens-provided /auth/signup
endpoint to create new users. The most likely reason is that you forgot to start FastAPI server before running this script. In this case, the solution is to simply start the FastAPI server:
python main.py