I am trying to get a new access token with my refr...
# support-questions-legacy
t
I am trying to get a new access token with my refresh token, but for some reason the /auth/session/refresh endpoint does not exist? I am getting
Copy code
com.supertokens {t: "2024-01-30T11:46:20.748Z", message: "middleware: Not handling because recipe doesn't handle request path or method. Request path: /auth/session/refresh, request method: post", file: "/Users/thomasunderwood/Workspace/scalor-main/node_modules/supertokens-node/lib/build/supertokens.js:184:30" sdkVer: "16.6.4"} +0ms
Which recipe should I be using?
7 Views