Hey, I found a bug in the fetch interceptor in supertokens-website (lib/ts/recipeImplementation.ts) 172:91
When we make our fetch calls we pass a URL object into it as the typescript definitions suggests. Doing that we get the following error:
object does not have the clone methed defined.
We currently solve it be calling toString before passing it to fetch, but breaking the fetch api might make other thirdparty dependencies break.
You can try it yourself by doing something like this:
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).