Drake
Are you asking about the client side code or server side code?
TL;DR
User is asking for help with creating a user file. They provide a link to server side code in a GitHub repository. They also ask for clarification on whether they need help with client side or server side code. No solution given. InTruder
Server side code
InTruder
Got it, thanks ✨
Drake
Did you delete the original post?
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...