Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2.
1.6.2 is working fine fresh, update to 1.7.0 and migrate fails
Fresh install of 1.7.0 fails.
I'm getting this error:
[Error] Timestamp: 2025-07-05T11:40:18+00:00 [Error] Method: GET [Error] URL: /v1/console/variables [Error] Type: TypeError [Error] Message: Utopia\Domains\Domain::__construct(): Argument #1 ($domain) must be of type string, null given, called in /usr/src/code/app/controllers/api/console.php on line 49 [Error] File: /usr/src/code/vendor/utopia-php/domains/src/Domains/Domain.php [Error] Line: 66 [Error] Timestamp: 2025-07-05T11:40:20+00:00 [Error] Method: GET [Error] URL: /v1/console/variables [Error] Type: TypeError [Error] Message: Utopia\Domains\Domain::__construct(): Argument #1 ($domain) must be of type string, null given, called in /usr/src/code/app/controllers/api/console.php on line 49 [Error] File: /usr/src/code/vendor/utopia-php/domains/src/Domains/Domain.php [Error] Line: 66
I am assuming I am missing some sort of env variable from 1.6.2 to 1.7.0 but I am struggling to find any docs with what's changed?
Anyone point me in the right direction please
Recommended threads
- 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...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...