I'm connecting SuperTokens to my Qwik app, but I've having some trouble, at first I tried using the React instructions along with Qwik's React integration
https://qwik.dev/docs/integrations/react/
but then I get this error right at the
Supertokens.init()
method I tried calling in
src/routes/[...index]/index.tsx
and I also tried
src/root.tsx
and
src/entry.ssr.tsx
Internal server error: If you are using this package with server-side rendering, please make sure that you are checking if the window object is defined.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).