~~Hi! I keep getting the following error: ``` Err...
# support-questions-legacy
c
~~Hi! I keep getting the following error:
Copy code
Error: No SuperTokens core available to query
    at Querier.sendRequestHelper (/app/node_modules/supertokens-node/lib/build/querier.js:308:23)
    at Querier.sendRequestHelper (/app/node_modules/supertokens-node/lib/build/querier.js:348:33)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at Querier.getAPIVersion (/app/node_modules/supertokens-node/lib/build/querier.js:41:38)
    at Object.dashboardGET (/app/node_modules/supertokens-node/lib/build/recipe/dashboard/api/implementation.js:46:32)
    at Object.dashboard [as default] (/app/node_modules/supertokens-node/lib/build/recipe/dashboard/api/dashboard.js:21:24)
    at Recipe.handleAPIRequest (/app/node_modules/supertokens-node/lib/build/recipe/dashboard/recipe.js:361:24)
    at SuperTokens.middleware (/app/node_modules/supertokens-node/lib/build/supertokens.js:219:46)
    at /app/node_modules/supertokens-node/lib/build/framework/express/framework.js:128:28
when attempting to access
https://api.website.com/auth/dashboard
. when setting
connectionURI: "http://localhost:3567",
in
index.ts
(Nodejs) on my remote linux server. I am also not sure if i should expose the 3567 port with nginx or if there is a way to access it locally? I have the core running in a docker container on port 3567 .~~ Figured it out 😩
22 Views