Zum Inhalt

Bugfix

Fix for "No users configured" Error

Version 2.10.1

Ouch! With yesterdays version 2.10 we introduced an error for everyone not using authentication. The editor will want you to login and show this error message:

NotFoundError: No users configured

Which might be technically correct but if you set "authentication":"disabled" in config.json there should not be any login since auth is, well, disabled.

Please update to adaptor:ex version 2.10.1 to fix this issue.

sudo npm update -g adaptorex
npm update -g adaptorex
docker compose pull

and

docker compose up -d

Fix for Telegram Login Error

Version 2.7.1

Sometimes it is not easy to keep up with the constant changes the world holds for us. This time it is!

There was a change in the Telegram API that would make the Telegram plugin throw error

406: UPDATE_APP_TO_LOGIN

if you try to connect a new account.

Please update to adaptor:ex version 2.7.1 to fix this issue. To make sure all dependencies are properly updated, run a full install with

sudo npm install -g adaptorex --unsafe-perm
npm install -g adaptorex --unsafe-perm
docker compose pull

and

docker compose up -d