
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
- Unraid Deployment
Does anyone know how to point a production iOS app to an Appwrite Docker image I have on my Unraid server? I need a lot of storage, and having Appwrite on my Un...
- Go: undefined function from the SDK?
`databases.CreateDocumentPermissions()` is undefined I have both imported ``` "github.com/appwrite/sdk-for-go/databases" "github.com/appwrite/sdk-for-go/id" ```...
- Best practices for Appwrite authenticati...
Hi Appwrite community, Iβm building a React Native app and planning to use Appwrite for authentication. I have some questions about the architecture and securi...
