Hello everyone :appwritebow: ,
I'm currently trying to set up a local environment since I forked the project in order to investigate on this issue : https://github.com/appwrite/appwrite/issues/7758
I've run this command, which effectively run the containers :
docker run --rm --interactive --tty \
--volume $PWD:/app \
composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist
I have access to localhost:8080 but when I'm trying to log/sign I have a 500 - Internal Server Error, here's the trace from appwrite/appwrite-dev :
2024-04-20 01:40:46 [Error] Timestamp: 2024-04-19T23:40:46+00:00
2024-04-20 01:40:46 [Error] Method: POST
2024-04-20 01:40:46 [Error] URL: /v1/account/sessions/email
2024-04-20 01:40:46 [Error] Type: Utopia\Database\Exception\Structure
2024-04-20 01:40:46 [Error] Message: Invalid document structure: Unknown attribute: "factors"
2024-04-20 01:40:46 [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
2024-04-20 01:40:46 [Error] Line: 3070
2024-04-20 01:41:00 [Error] Timestamp: 2024-04-19T23:41:00+00:00
2024-04-20 01:41:00 [Error] Method: POST
2024-04-20 01:41:00 [Error] URL: /v1/account
2024-04-20 01:41:00 [Error] Type: Utopia\Database\Exception\Structure
2024-04-20 01:41:00 [Error] Message: Invalid document structure: Unknown attribute: "mfa"
2024-04-20 01:41:00 [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
2024-04-20 01:41:00 [Error] Line: 3070```
I might have missed something 🥺
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Current User is Not authorized
recreating same Thread