I am trying to migrate the project from the official cloud to a self hosted server, but unfortunately, the report url (https://self-hosted-server/v1/migrations/appwrite/report) will remain in a pending state for a long time before failing with http status: net::ERR_FAILED. So, can't I export data from the official cloud? I'm so scared. I promise I have provided the correct endpoint, project, and key.
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...