I think I've eliminated all of my technical debt, ...
# support-questions
m
I think I've eliminated all of my technical debt, but now I'm getting a 500 on the frontend when trying toPOST to /auth/session/refresh
r
Hey! Do you have your own error handler for the node app? Can you print out the error object?
m
Thanks, that gave me something to go on. It's complaining that the core version is not compatible with the new SDK.
r
Ah right. So well, you need to upgrade the core then
If you are using our managed service, shoot as an email from your registered email ID and we will upgrade it for you. Do mention which env to upgrade it for (dev or prod).
If you are using self hosted, upgrading is up to you. Follow the change log.
m
Thanks!
r
👍