Docs are lacking, I've already run in to some issues:
- Firstly the web UI port doesn't work... had to add
--http-port=9999in to the docker run command to get it to bypass the web UI.. - Then after booting it up and migrating, there were a bunch of issues flagged in the migration about missing fields etc
- Finally, I get in to it, toggle on the new impersonation and get this anyway:http.path /v1/users/:userId/impersonator http.response.code 500 level errorUtopia\Database\Exception\Structure: Invalid document structure: Unknown attribute: "impersonator" at /usr/src/code/vendor/utopia-php/database/src/Database/Database.php:6263 at /usr/src/code/vendor/utopia-php/database/src/Database/Adapter.php:409 at /usr/src/code/vendor/utopia-php/database/src/Database/Adapter/Pool.php:144 at /usr/src/code/vendor/utopia-php/pools/src/Pools/Pool.php:230 ... 9 more
So either the migration didn't work, or the new version is buggy.
TL;DR
Developers are encountering issues after updating to version 1.9.0, such as problems with the web UI port and missing fields during migration. Additionally, enabling impersonation led to an error related to an unknown attribute. It seems like there are bugs in the new version causing these problems.and to add - I've always done the migrations in between versions, along the way etc
Recommended threads
- Running into a server error on my self-h...
Hey everyone, I'm running into a server error on my self-hosted setup after updating to v1.19.0. The issue only happens during user creation and deletion. Ever...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- _APP_OPTIONS_ROUTER_PROTECTION
Hi Everyone, I just setup a fresh 1.9.0 on a server. Configured everything and now when i try to connect to appwrite for first time setup i get a _APP_OPTIONS_R...