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
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...