
Hi everyone,
I’m developing a .NET client app using Appwrite and encountered issues with dynamic service instances. Specifically:
Dynamic Service Problem:
Logging in a user with one service instance and performing a subsequent operation (e.g., updating the user name) with a new instance fails. Keeping a single service instance for both operations works fine. Postman Behavior:
Requests fail in Postman due to missing scopes, but work in my app using AppWriteService. This suggests the Client stores something (e.g., session info) that enables these operations. Questions What exactly does Client retain after login that allows subsequent requests? How should I handle authentication flow in Appwrite? What’s returned by CreateEmailPasswordSession (session, token, or both)? When should I use JWT vs session-based authentication? Is it recommended to use a single service instance for all operations, or is there a way to make dynamic instances work? Thanks in advance!
Recommended threads
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
