I am using self hosted and when trying to create a new project i am getting "Sever Error", not sure how to debug or what container to view the docker logs to find out more details on the error.
Thanks
Do you have set permissions correctly?
You can check logs for appwrite container
Permissions? I am logged into the Console, there are no permissions that i know of to create a new project?
What container? There are many appwrite containers?
Oh, sorry, I thought you were getting a document
There's a container called appwrite
Basically go to your Appwrite installation folder and run:
docker compose logs appwrite
Thanks for that. So here is the error.
appwrite | [Error] Method: POST
appwrite | [Error] URL: /v1/projects
appwrite | [Error] Type: Utopia\Database\Exception\Structure
appwrite | [Error] Message: Invalid document structure: Unknown attribute: "region"
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
appwrite | [Error] Line: 2705```
How did you have installed Appwrite?
This is a new, clean installation, right?
No. It has been installed for quite some time, I have a couple of projects already there. I did recently update to the latest version.
I also ran the migrate command. The other projects seem to be working just fine.
From what version to what version?
I'm pretty sure it was from 1.3.8 to the latest 1.4.13
Recommended threads
- 1.6.2 to 1.7.0
Hi everyone. I am running a self-hosted Appwrite server on version 1.6.2. What is the safest way to migrate to the next version? Should I update directly to...
- Exception: Route not found when calling ...
I have self-hosted v1.8.1 and I am using an Appwrite function with node-appwrite v22. When I call the createVarcharColumn() in my server function I get this exc...
- Document created without ID in console
Hi team, I’m experiencing an issue in the Appwrite console. When I create a document in a collection via the **Collections UI**, the document gets created **wi...