Hi could someone please help? Trying to add www to my domain fanspark.app. I added as a subdomain in my appwrite project and added the cname as instructed. However the www.fanspark.app now directs to an appwrite console login rather than my domain. I was instructed to set the cname value to fra.cloud.appwrite.io
TL;DR
Developers are having issues redirecting www subdomain on their fanspark.app domain. After adding it as a subdomain in the appwrite project and setting the CNAME value to fra.cloud.appwrite.io, the www subdomain is redirecting to appwrite console login instead of the intended domain.Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)