execreate
10/11/2022, 9:40 AMsupertokens-postgresql:4.1
is throwing 500 errors from time to time.
The recipe is passwordless
, URL path is /v1/auth/signinup/code/consume
and if you dig into the supertokens-core container errors, it says:
javax.servlet.ServletException: io.supertokens.pluginInterface.exceptions.StorageQueryException: org.postgresql.util.PSQLException: ERROR: could not serialize access due to read/write dependencies among transactions
rp
10/11/2022, 9:43 AMexecreate
10/11/2022, 9:44 AMrp
10/11/2022, 9:45 AMexecreate
10/11/2022, 9:45 AMrp
10/11/2022, 9:46 AMexecreate
10/11/2022, 9:46 AMrp
10/11/2022, 9:46 AMexecreate
10/11/2022, 9:58 AMsigninup/code/consume
request that caused this error. If you think we can use those values to query something useful from the core - just let me know 🙂rp
10/11/2022, 10:16 AM