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
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...