Just got this error randomly after everything working fine and not changing any SuperToken code/configuration: No SuperTokens core available to query
djarran
01/18/2023, 10:35 PM
Error: No SuperTokens core available to query
at Querier. (/app/node_modules/supertokens-node/lib/build/querier.js:225:27)
at Generator.next ()
at /app/node_modules/supertokens-node/lib/build/querier.js:30:75
at new Promise ()
at __awaiter (/app/node_modules/supertokens-node/lib/build/querier.js:12:16)
at Querier.sendRequestHelper (/app/node_modules/supertokens-node/lib/build/querier.js:218:13)
at Querier. (/app/node_modules/supertokens-node/lib/build/querier.js:245:43)
at Generator.throw ()
at rejected (/app/node_modules/supertokens-node/lib/build/querier.js:22:44)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
djarran
01/18/2023, 10:37 PM
I made significant changes to the structure of my codebase, but I reverted back to the main branch without these changes and issue is still occurring. Is it a network issue on my end? I am using the managed service
djarran
01/18/2023, 10:50 PM
Okay, confirmed to be a network error. University connection must be blocking something for whatever reason
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).