I checked the appwrite logs it returns
[Error] Timestamp: 2025-07-13T08:44:56+00:00
[Error] Method: GET
[Error] URL: /v1/console/variables
[Error] Type: Exception
[Error] Message: 'http://192.168.0.90/v1' must be a valid domain or hostname
[Error] File: /usr/src/code/vendor/utopia-php/domains/src/Domains/Domain.php
[Error] Line: 69
TL;DR
After upgrading from 1.6.0 to 1.7.4, developers are experiencing a 500 error when trying to log in to the console. The error message indicates that the URL must be a valid domain or hostname. This issue is likely caused by a domain validation problem in the code. To resolve it, developers should check the configuration settings and ensure that the URL provided is a valid domain or hostname.