I'm connecting SuperTokens to my Qwik app, but I'v...
# support-questions-legacy
o
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.
then I found a couple of threads here in the Discord using this method https://supertokens.com/docs/session/common-customizations/sessions/ssr is there anymore information or guidance for me to get this working with Qwik framework?
5 Views