Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API) that I have no idea how to redirect a user to the app after they click on the link sent to them from the createMembership function.
The function is called on the client side, and a url is passed to it (which is of the form <domain>/accept-invite, but currently no such page exists).
If it helps, my appwrite is self hosted, the client is written in react native, and I'm testing this on an android.
You need to implement universal linking/applinking. This means to redirect to your app using a domain instead of a scheme. Research on it hope you get the answer
oh I see I'll need to host some files on the server as well then yea? guessing the sites feature might be useful there
thank you!
Yes
Recommended threads
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...