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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support ๐ I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...