eclipse / hawkbit

Eclipse hawkBit™
https://projects.eclipse.org/projects/iot.hawkbit
Eclipse Public License 2.0
455 stars 187 forks source link

Whitelabel Error Page #1822

Closed Walking-Walker closed 3 weeks ago

Walking-Walker commented 3 weeks ago

I followed the step B: Run hawkBit Update Server (Monolith) with services as Docker compose.

After running hawkBit update server as described in step B. I saw hawkBit/hawkbit-update-server, rabbitmq:3-management, mysql:8.0 were running.

When I tried to login using the url http://localhost:8080/ui, I saw the message like below.

Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.

If I use URL http://localhost:8080/ then it is redirect to http://localhost:8080/swagger-ui/index.html?attribute=redirectWithRedirectView. And hawkBit REST APIs page was displayed.

If someone can find what I did wrong, please let me know.

strailov commented 3 weeks ago

Hello @Walking-Walker ! Thanks for using hawkBit.

You did nothing wrong. Please check this issue .

The legacy Vaadin UI was removed from hawkbit... Instead for now you could use our Swagger Endpoint which I believe you already found it, and our Simple UI which is really basic and meant for demo purposes (You can find it under hawkbit/hawkbit-simple-ui in DockerHub)

strailov commented 3 weeks ago

Closing this issue. Hawkbit does not have UI on port 8080.