Rank 1: Thread
I am getting this error after logging in through
createEmailSession(email, password);
I have a logout button that i use to deleteSession(sessionId: 'current')
but apparently the current session seems to be null or not properly created as per the above error.
Any ideas ?
I checked the error and it seems that we need to be logged in but thats what i thought we are doing when we created an email session.