Hello sir,
I hope you are doing well. I have an issue in my Dart code using appwrite.
I have the login session available, but I can't figure out how to send it with subsequent request to authorize the user. Didn't find anything that could help in the documentation.
Thanks in advance, Alharith Haroon
I also wanna know how to add the API key so that I don't have to create a session everytime!
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...