Hi @rp_st how can I get sessions on the server side with Next.js Frontend and Node.js Backend?
I mean the ensureSuperTokensInit() part requires backendConfig() which is not available inside my Next.js app as the backend is implemented with Node.js on a separate project.
Is it still possible to get the session on server side?
if so, then how to do that?