
I'm able to access appwrite.io but not cloud.appwrite.io/console/. Yesterday it wouldn't show anything, now it just continues to spin.
I'm also unable to access my database through the api. I'm now getting this message: "Unable to resolve host "cloud.appwrite.io": No address associated with hostname"

I think the problem is from Appwrite & they will surely fix it, coz yesterday I was also facing same. but this was from ServerSide
Recommended threads
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
