Until yesterday I was authenticated in my Appwrite instance through the CLI, and I was able to get my functions and deploy them manually.
Today, when I went back to work on my project, I received the error "X fetch failed" when trying to deploy my function after some updates.
Anyway, I reset the client, updated to the latest version, logged out and now I can't even authenticate. After a few attempts I can authenticate but when I run a command, the same error "X Fetch Failed" is returned.
Can anyone help me?
My OS is Linux and the CLI version is 6.1.0
Recommended threads
- Problem with adding self-hosted Sentry
Following the official Appwrite-Sentry integration documentation (https://appwrite.io/integrations/logging-sentry) I've configured my .env file with: ```_APP_...
- Issue with Authentication
I am stuck with authentication using appwrite. I am getting bad request 400 error when trying to register though we already have project, database, collection c...
- getaddrinfo EAI_AGAIN when using axios
I have this code to make a get request to an API ```javascript function fetchUserListPerPage(page) { return new Promise(async (resolve, reject) => { ...