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
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...