I’m not sure if I’m under the correct Topic but I’m developing a new app for Homey.
The new version has a widget. When running the “homey app run”-command, the widget is working.
But
If I run the “homey app install”. The widget section has been removed from app.json so that no widgets can be added to the dashboard.
If I run the “homey app publish”, move the app to test, and install the app from the dev dashboard, the widget displays an error message: “App not ready”. Not even after I have re-added the widget.
Did you create the widget using homey app widget create? The “App not ready” message means that your app is not running, but it is installed and the widget exists. There can be several reasons:
You have disabled the app (check More→Apps→[your app]→Settings (top right corner))
The app is still starting
The app has crashed (you should automatically receive an email with the crash details when installing from the test version)