Hey all, is there a recommended process for debugging "Something went wrong. Please try again." on t...
m
Hey all, is there a recommended process for debugging "Something went wrong. Please try again." on the login screen? Been getting this one recently - can't see what code change might have caused it. No error or logs in either client or server console. Network tab shows one successful request to "api/auth/authorisationalurl" and nothing else UPDATE: It was a compatibility issue somewhere between
supertokens-auth-react
,
supertokens-node
and
supertokens-web-js
. This is not the first time I've been stung and I'm wondering what might be involved in a more usable compatibility table - I'd be open to building an open source compatibility calculator if there is a need for it
r
hey @mfwgenerics we already have one here: https://supertokens.com/docs/thirdpartyemailpassword/compatibility-table Though it's poorly designed. So feel free to make an open source one, and we can use that instead of what we have on our website 🙂