neuron icon indicating copy to clipboard operation
neuron copied to clipboard

Latest Docker container (2.7.0) - 404 when navigating to IP:7000

Open blownupp opened this issue 1 year ago • 4 comments

Issue Template

Please fill in the issue as required.

  • System: Ubuntu Docker Host
  • Architecture: amd64
  • Version: 2.7.0
  • 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.
  • Log Information:

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

blownupp avatar Jan 02 '24 17:01 blownupp

我也遇到了这个问题

dbwaax avatar Jan 04 '24 02:01 dbwaax

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

gc87 avatar Jan 15 '24 02:01 gc87

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.

kidproquo avatar Jun 22 '24 03:06 kidproquo