how do we host .well-known/
as Appwrite required custom-domain to be verfied to allow redirect when click on password reset link or when user click on verify email...
But, if we link the DNS record of domain to the appwrite how could we host the .well-known/
to appwrite.example.com ? As, it's currenlty under appwrite...
https://discord.com/channels/564160730845151244/1094547188069183588
earlier as well someone ask it, not sure how they did...
uhh you shouldn't have the well known and appwrite custom domain be the same
the well known should be for your client-side app. the custom domain is for the server side
umm, am I missing something... because if I don't have the same then how could redirect would happen? I mena because, we need to pass url while createEmailVerification...
and that url must be registered as Custom Domain? Or am I missing something...
that URL needs to be for your CLIENT app, not SERVER
no it doesn't have to be registered as custom domain
umm, but if I don't register then getting error invalid agrument, that url can be 'localhost' or 'custom.com',
you need to register a web platform
ahhhh, so that need to web platform and not custom domain
platforms are your allowed clients
thank you ☺️ , all doubts are now clears
Great! Should we mark this thread as “solved” then?
yap 🙂
[SOLVED] How to host .well-known/ for Deep Linking
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...