I followed this official tutorial to set up openBalena.
The only thing I did differently was to include the -c
flag to the ./scripts/quickstart
command as it was suggested in the official screencast. Everything worked fine and I am able to add apps and devices to the system (this means that balena apps
and balena devices
commands work flawlessl.
However, when I try to push a new image to the app and execute balena deploy <appName>
, I get the following error:
Retrying "registry.balena.mydomain.ee/v2/<token>:latest" after 2.00s (1 of 3) due to: Error: unauthorized: authentication required
Retrying "registry.balena.mydomain.ee/v2/<token>:latest" after 2.80s (2 of 3) due to: Error: unauthorized: authentication required
[Info] Saving release...
[Error] Deploy failed
unauthorized: authentication required
How can I fix this issue?
Are there any workarounds?