Web Developer
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.
am i f`d or is there a way i can recover this?