Can anyone help me with this error ?
k
Can anyone help me with this error ?
r
hey! Whats the import statement that you are using?
k
import {middleware} from "supertokens-node/framework/express";
this is the one
r
Can you try using require?
Let {middleware} = require(“supertokens-node/framework/express”)
k
okay let me try it
Yeah It works fine Thank you !
r
nice!