
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
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- How do you strategically secure day's wo...
I worked entire day to try and solve how to use clerk such that it handles checking user's authentication purely server-side. I wasted entire day on a loop of a...
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
