Hello, I'm tryin to implement supertoken in my Vue application. I'm following this tutorial Link :
https://supertokens.com/docs/thirdpartyemailpassword/pre-built-ui/setup/frontend
After following each steps, when I go to
/auth route from the UI, it shows "Route not found" on the screen instead of pre-built screen. What's going wrong, I can't understand. Also I have found that in component SuperTokens.tsx the line "`canHandleRoute([ThirdPartyEmailPasswordPreBuiltUI])`" is giving false due to which this is happening.
Any Help would be appreciated.