Error 404 Host is not trusted. This could occur because you have not configured a custom domain. Add a custom domain to your project first and try again.
Type
router_host_not_found
Getting error when i go to appwrite
I need help with this asap as my websites are down because of trying to update and having issues
is your app's host domain added in the appwrite console?
i recommend restoring to the previous version for now
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...