
I'm trying to createTeamMembership in Java but I don't understand how it works. The email successfully sended to new team member's email, but when he open it, it don't redirect to my app. At this time, in team added a new member, but he had invalid date joined. What am I doing wrong?

What's your code?


This code successfully sends Email with link, but when I open the link he opens in Google Chrome, not my app(

You're passing https://cloud.appwrite.io for the url. Instead, you should pass a url that will direct the user to your app where you can finish the flow by calling https://appwrite.io/docs/client/teams?sdk=web-default#teamsUpdateMembershipStatus

How should it look? Do I need to use Custom Domains there?

No. You should probably look into deep linking

Ok, I learn about it and feedback later
Recommended threads
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
