https://supertokens.com/ logo
#general
Title
# general
r

Rododendronborodo

06/09/2021, 12:28 PM
Thanks for the answers! I understand what I should do now, but... I am following your guide for nextJS implementation, so i create the wrapper as such:
Copy code
const ThirdPartyEmailPasswordAuthNoSSR = dynamic(
  new Promise((res) =>
    res(ThirdPartyEmailPassword.ThirdPartyEmailPasswordAuth)
  ),
  { ssr: false }
);