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
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...
- Migrating functions from between regions...
Hi Appwrite team, I am running into rate limits where only part of my 77 functions are being successfully migrated (only 50 went through) via the Migration tab ...
- Internal server Error when trying to exe...
When executing the function locally it works fine, but when the function is deployed I get this error: ```requests.exceptions.HTTPError: 500 Server Error: Inter...