The README on the SDK says what version it's for
this is probably fine
Can i try creating an account?
Yeah, no problem at all!
Can I try too? π
Go for itπ
But only the current version
worked
Issue is logout
that last API call is the logout
Ah
In my case it's working too
Could you please check if there's an active session for my account?
Hey guys, as embarrassing as this is to say I seem to have had a cors extension tool that I was using a while back still active. I deactivated it, and everything is working.
Thank you all for your help, problem solved π π
mystery solved!
Great extension, downloading now π€£
But I'm curious, what's supposed to do the extension?
I guess override CORS? Can be useful for development
It's called "cors unblock" which essentially turns off cors restrictions when sending http requests for development purposes
And seems in this case did the opposite. Interesting π€
Should probably be careful with that - CORS does exist for a reasonβ¦
Marking this as solved
[SOLVED] User sign-out error
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...