orangeboi
03/14/2024, 6:33 PMSupertokens.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?