Okayy
Want to host a file within the docker environment for deep linking
want the reset password link to redirect back to my app
same doubt here as well..., instresting that there is mention the step in Appwrite Doc
how could same domain can point to two server be pointed? It can't, so how could we verify custom domian as well as also host the file together?
@Vedsaga What do you mean with that same domain should point to two servers? Why would it be important?
I mean same domain can't point to two servers...
deep-linking ( app-link ) for android and ( universal-linking ) for iOS need domain owner and app owner to host fingerprint so, that when website is loaded on the browser and if app exist then app could be opened... because bundle-id and domain is being binded...
but because currenlty, appwrite.mydomain.com
DNS point to appwrite cloud instance, it is not possible to have another DNS record with same subdomain name pointing to self hosted instance... So, issue is how could I host the fingerprints
?
Oh okay now I understand what do you mean (technically it is possible that one domain can point to multiple servers, but in your case that wouldn't be the best approach). Is it possible to use Cloudflare? Because with Cf serverless functions you would be able to solve these problem
You can create a rule for a specific path and only for that path will you serve the content with Cf functions
Or you can create an Nginx-based proxy server somewhere else and with that you can do nearly the same. You can create a custom rule for the necessary path and server the rest through a proxy tunnel that points to Appwrite.
Have you added a web platform to your flutter project on the appwrite console? If not, you need to add a web platform and provide the domain name you'd want to use for your deep linking.
umm, I wonder not sure how would that solve the issue very intresting... π€
I mean reverse proxy can't be set... as domain address point to appwrite cloud
Just search for deep link on the support channel and you'll get a better understanding of everything. I have a hobby project (Flutter android only) with app link working but haven't gotten round to getting deep links to work.
thank you, would you tell for what you generally have used the deeplinking is it for redirecting user from your domain to your app correct? in case when they click on the email link or image link etc...
Yes, it was for email verfication. Just add a web platform with the hostname name you'll use for the app link and use that for the hostname when sending the verification link. But note there's a subtle difference between applinks and deeplinks.
yaa, needing it for both iOS and Android... so this approach would seems will only work for Android
It should work for both but I'm just stating that I've only test it on android
I don't think it work for both actually, the process you suggest would only for email verfication may be it seems... but need full Deep-linking capabilities ...
As, would need to host these files to the domain so that browsers on respective platform can read and redirect if link is registered with that domain...
.well-known
|
--- apple-app-site-association
--- assetlinks.json
Yes, so add a web platform** (appwrite console not your flutter app)** and add the domain where you're hosting the files. I know, it sounds confusing but just try it. I also argued with Steven (core member) a lot until I tried it. For more context, as I stated earlier just search for past post on deep links
in this (support) channel.
ahh, thank you... would try it π
Please try not to post on someone else's old thread. It's best to create a new <#1072905050399191082> post
Recommended threads
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...