I have an appwrite app at a subdomain myapp.topdomain.com. I want to configure the appwrite endpoint to use a 2nd level subdomain e.g. api.myapp.topdomain.com. I have configured my dns to point to fr.cloud.appwrite.io/v1 but adding the custom domain fails. Is there any possible reason why?
In addition, I want to check that my hostname is set as *.myapp.com and this should work? In my code I will change the APPWRITE_ENDPOINT from fr.cloud.appwrite.io/v1 to api.myapp.topdomain.com. Is that all the changes that needs to be done?
This is because previously sometimes browsers block 3rd party cookies which caused google auth to fail
Best to create a support ticket via the Appwrite Console. If you can't, please share your custom domain
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Anyone manage to get a slack-bot working...
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling ...