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
- edu email
my edu email is my seccondary email for github and when i signed in i dont think its registering i have an edu email using githubs education pack anyone know ho...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...