bambanah / deemix

GNU General Public License v3.0
56 stars 4 forks source link

js/bundle.js isn't loading correctly on WebUI #132

Closed 3bagorion33 closed 1 week ago

3bagorion33 commented 1 week ago

To Reproduce Steps to reproduce the behavior:

  1. Install on the host docker pull ghcr.io/bambanah/deemix:v4.2.8
  2. Run on the host docker run -d --name Deemix \ -v /path/to/music:/downloads \ -v /path/to/config:/config \ -p 6595:6595 \ ghcr.io/bambanah/deemix:latest
  3. Open remote client http://my_address:6599 (remapped port by unix)
  4. See error

If you're reading this it means that js/bundle.js isn't loading correctly. Make sure the file is present, if not build the webui.

3bagorion33 commented 1 week ago

After reloading page seems all ok 🤔

martin-77 commented 1 week ago

Please close your issue if your problem is solved