Skip to content

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

Comments