where can I check to see what went wrong
did you try to use ngrok?
I only access localhost
I can access.
but when I select project it shows 500
[Error] Method: GET
[Error] URL: /v1/projects
[Error] Type: Utopia\Database\Exception
[Error] Message: Filter not found
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
[Error] Line: 4574
[Error] Timestamp: 2023-10-04T13:58:23+00:00
[Error] Method: GET
[Error] URL: /v1/projects
[Error] Type: Utopia\Database\Exception
[Error] Message: Filter not found
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
[Error] Line: 4574
[Error] Timestamp: 2023-10-04T13:58:23+00:00
[Error] Method: GET
[Error] URL: /v1/projects
[Error] Type: Utopia\Database\Exception
[Error] Message: Filter not found
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
[Error] Line: 4574
[Error] Timestamp: 2023-10-04T13:58:23+00:00
[Error] Method: GET
[Error] URL: /v1/projects
[Error] Type: Utopia\Database\Exception
[Error] Message: Filter not found
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
[Error] Line: 4574```
do you have .env file in your system?
ah maybe
https://appwrite.io/docs/advanced/self-hosting Maybe this will help you
i have folloed this
fixed: docker compose exec appwrite migrate
[Sovled] 500 after restore and update version
Recommended threads
- In which format should i pass the date?
I have a column with the type `datetime`. So i want to know which format is suitable for passing the date
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...