Error: Initialisation not done.
# support-questions
e
Error: Initialisation not done. Did you forget to call the SuperTokens.init function? i am trying to integrate to the nestjs and this is the error i get. I dont know if i made stupid mistake.

https://cdn.discordapp.com/attachments/1092910108901650582/1092910861716308028/image.png

r
hey @eray have you called supertokens.init from the supertokens-node sdk anywhere?
e
yes i did in vue

https://cdn.discordapp.com/attachments/1092910108901650582/1093866841451008020/image.png

r
right. So that's the frontend. Nestjs is backend, and it has it's own supertokens.init which is from the supertokens-node SDK. Please look for that in our docs and follow it
e
this is the one

https://cdn.discordapp.com/attachments/1092910108901650582/1093867408034386051/image.png

r
yup
is this getting called at all? add a print statement before it maybe
e
actually it is added in providers in auth module i dont know
i cant write something like console.log("123") in service
r
im not sure then.. Maybe follow our guide? Or see our boilerplate code for nestjs via
npx create-supertokens-app@latest