Hey <@498057949541826571> I have setup the supert...
# support-questions-legacy
h
Hey @rp_st I have setup the supertokens app and configured the backend and react's prebuilt-UI On clicking on the signup with google I got an error in the backend
Copy code
com.supertokens {"t": "2024-01-12T09:57:02.122Z", "sdkVer": "0.18.5", "message": "errorHandler: Started", "file": "supertokens.py:661"}

com.supertokens {"t": "2024-01-12T09:57:02.125Z", "sdkVer": "0.18.5", "message": "errorHandler: Error is from SuperTokens recipe. Message: ", "file": "supertokens.py:662"}

Internal Server Error: /auth/signinup
Traceback (most recent call last):
  File "C:\Users\Himanshu Kukreja\Documents\autoflow\supertokens-demo\autoflow\backend\venv\Lib\site-packages\django\core\handlers\exception.py", line 55, in inner
    response = get_response(request)
               ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Himanshu Kukreja\Documents\autoflow\supertokens-demo\autoflow\backend\venv\Lib\site-packages\supertokens_python\framework\django\django_middleware.py", line 94, in __syncMiddleware
    result: Union[DjangoResponse, None] = async_to_sync(
I am using django framework for backend This creates after adding the entry in db , it means that error came while creating the session This error donot came when I uses the core which uses in-memory postgresql db but when I used core with external database (in my case am using AWS's RDS) this issue came