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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...