I want to migrate a self hosted appwrite instance to another one.
When i enter the source data in the new appwrite instance and click next and wait a minute, i just get the error message Request failed: Please check if your credentials are filled in correctly in the previous step
In the Chrome Developer Console i can see the error 504 (Gateway Time-out)
I copied the parameters directly from the overview tab (the .../v1 endpoint and the project ID) in the old instance and also created a new API Key with all scopes, that i copied over directly...
Is there any possibility that the error message is wrong in the assumption, that the credentials are wrong and that there is an alternative reason? If so what would be some steps to find and or fix the issue?
Thanks in advance for any help
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...