Hi, we use Supertokens in Vue app https://app.23ga...
# support-questions-legacy
z
Hi, we use Supertokens in Vue app https://app.23gate.com/, everything worked fine, but after apdate there was error, I've submitted issue #661 and roll back supertokens-auth-react to 0.29.0 (no error). But now login after submit just opens login form again. Can you give me any suggestion where to dig?
r
hey @Zhbadya had you also updated the backend SDK when you had updated the frontend previously?
z
Yep
r
you would also need to downgrade that. There was a session protocol change which the new SDKs had.
Instead, I would suggest that you try and fix the vue issue
z
can you give me supertokens-node version that works with supertokens-auth-react to 0.29.0
r
^12.1.0
z
thanks, looks like it works locally
r
I saw the issue you created
i think the reason the latest frontend SDK threw the error was cause of how custom styles was provided to it. The newer version had a breaking change in that part
z
oh, great. Can you give me link to this part of docs please? Can't find
You may also want to checkout the Changelog in the supertokens-auth-react SDK GitHub repo
z
thanks