Hey everyone! 👋
I'm working on implementing team invitations in my Flutter app using a self-hosted Appwrite setup. I managed to send an email to the invitee using createMembership, but I just can't wrap my head around the URL part.
Where exactly does this link point to, and what happens there? I understand that it needs to start with my domain, but what comes after that?
This might sound like a noob question (again 😅), but I usually get along pretty well with the documentation—it's just that I couldn't find anything explaining this.
Any insights would be super appreciated! Thanks! 🙌
Recommended threads
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?