Found a similar issue - https://stackoverflow.com/questions/76557261/appwriteexception-user-role-guest-missing-scope-account-not-able-to-get-a Did you try making the session on the client-side?
yes i only use client side. i do it in angular with
i think i need configure the roles and in my project?
Hello do you help me with one thing i am building a crud application and i am facing a problem that when the user creates a new contact so with every contact i have set a default photo so when the user clicks on the image so i want that the user can select image from his device right so do you help me with this means if there are 10 contacts right so the user can change the image of any contact so do you help me with this?
Please create a new post for different questions
Now it worked. But the angular hash routing destroy the link. And i wont link it to the appwrite login because it should be a projekt login
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...