
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
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- 400Invalid query: Attribute not found in...
Hello When I open the database I am not able to reach anything just seeing an error message. Can you help me please?
- Asymetric Authentication for Appwrite si...
Is there any way to do asymmetric authentication of Appwrite users on the server side without making a network call? This can result in a huge reduction in late...
