Web Developer
I use createEmailPasswordSession in node-appwriter to get a session secret which I then store in the cookies.
Then I create a SessionClient with the session secret from the cookies and try to do new Accoint(sessionClient).deleteSession(/* the session from the cookies */); but it returns ths error