#Getting Sever Error when trying to create a project

13 messages · Page 1 of 1 (latest)

glass socket
#

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

minor sentinel
#

You can check logs for appwrite container

glass socket
minor sentinel
#

There's a container called appwrite

#

Basically go to your Appwrite installation folder and run:
docker compose logs appwrite

glass socket
# minor sentinel Oh, sorry, I thought you were getting a document

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```
minor sentinel
#

This is a new, clean installation, right?

glass socket
#

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.

minor sentinel