I mean, how are you using appwrite?
To be honest, I don't know, I'm just following the documentation. What is the difference
True?
Yes.
If @joeyouss or @Steven could take a look into this issue?
Thank you so much, I'll appreciate it a lot. This has been giving me anxiety.
Yes, it's a bit weird. I suppose it's more like a mistake in the code, but if they could take a look I think it's going to be better, since I have less experience with Js/web frameworks, etc
Thank you so much.
If you're using any web framework, specify it here, to make it easier to find the problem
I'm using React
The app had been working fine until yesterday (I'm still working on the app though).
Maybe there's a conflict with the changes you've made?
Well, I don't think that's the problem. But I'll check again
You were right!. I just checked it and I noticed there is a bug that dosen't immediately update the local storage since React setState updates are asynchronous
So that solves it?
Seems like then it overwrites what appwrite stored (session)?
It should. Once I figure out how to fix the bug π .
Be careful that doesn't creates another new bug π (the bug fix)
The appwrite stored session works fine. I monitored it in the storage tab in my browser, Once I log out, the session is removed and once I log in, it is restored which I guess is should be the expected behavior.
I hope so too π . I'll have to brush up on how React handles state updates. Something new to learn π . Thank so much for your help.
Can I mark this as solved then?
If you continue having the problem write here again or create a new post
You can! Thank You.
[SOLVED] Session expired error
Recommended threads
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...