I managed to restore DB+Volumes from a server to another one with another domain but when I try to click my project on the console, I get error "404 - Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.". Should I change something in .env or some records in DB ? Thx.
restore backup on another server with another domain self-hosted
I can help ๐ This usually happens because the project ID stored in the client / console config doesnโt match the project ID in the restored database. After moving to a new server/domain, the Appwrite Console may still be sending an old X-Appwrite-Project value. You typically need to update the project ID in your .env (and any client configs) to match the restored project, not manually edit DB records. Quick check: Does the project exist when you list projects via the Appwrite CLI or API on the new server? What Appwrite version are you running, and did you restore the projects collection as well?
Recommended threads
- OAuth provider credentials reverting [CR...
Hi team, Iโm experiencing repeated OAuth configuration resets in my Appwrite project. ## Issue 1 โ Google OAuth credentials reverting * I configure my own Goog...
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...
- Weird CLI error
I'm a little lost ``` appwrite init project --organization-id my_actual_organiztion_id --project-name "test" --project-id "unique_id" โน Info: For detailed erro...