[SOLVED] Getting this error after a user has been logged in and attempts to use the chatbot service
- 0
- Users
- Flutter
- Web
- Accounts
There are two functions I think are of interest which are loginUser, and getUserId
Can you use the debugger and see where exactly the exception is thrown?
@tahakhawaja
i'm unable to use a debugger since it's not being tested locally. I've tried to throw a few exceptions/print statements but still no progress yet
resolved
no need to delete your original message. it's best to keep it and post what you did to solve your problem so that it may help others
[SOLVED] Getting this error after a user has been logged in and attempts to use the chatbot service
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...