You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description: After launching the latest Neuron Docker container, navigating to the dashboard (x.x.x.x:7000) yields a 404 Not Found error. Switching to the previous release (emqx/neuron:2.6.3) works without issue - it's only when using emqx/neuron:latest or emqx/neuron:2.7.0 that this happens.
Starting with Neuron 2.7 the dashboard is no longer available, the UI is integrated into NeuronEX and can be used directly with NeuronEX. @blownupp@dbwaax
Shouldn't the documentation reflect this drastic change? All the docs (quickstart, etc.) refer to pulling the latest docker image and accessing the dashboard at http://IP:7000.
Im completely new to the project and wanted to try it out so if I start the neuron docker container as described I cant access the web ui. Do I have to start another docker container to access the ui? What does "the UI is integrated into NeuronEX" mean. Is the UI no longer available without a license?
Issue Template
Please fill in the issue as required.
Used this command:
docker run -d --network=mynet --ip=10.15.41.29 --name neuron -p 7000:7000 --privileged=true --restart=always emqx/neuron:latest
and
docker run -d --network=mynet --ip=10.15.41.29 --name neuron -p 7000:7000 --privileged=true --restart=always emqx/neuron:2.7.0
The text was updated successfully, but these errors were encountered: