React Developer
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.