neutralinojs-cli icon indicating copy to clipboard operation
neutralinojs-cli copied to clipboard

`--neu-dev-auto-reload` does not work

Open BeyondMagic opened this issue 1 year ago • 3 comments

Describe the bug The development automatic reload from Neutralino does not reload automatically at all. While changes are made in its resources folder, and reloading it manually show those changes. Neutralino cannot catch them by itself even after started properly, with window.Neutralino.init() on the code and the defined launch global variables, window.NL_TOKEN and window.NL_PORT.

To Reproduce Steps to reproduce the behavior:

  1. Execute ./bin/neutralino-linux_x64 --load-dir-res --path=. --export-auth-info --neu-dev-extension --neu-dev-auto-reload, or neu run from the root folder of the project,
  2. Wait the window to load with the correct resources from the project.
  3. Make any changes on the resources.
  4. No automatic reload.

Expected behavior It should automatically reload.

Screenshots/Screen recordings image

Specifications

  • OS: Arch Linux (Artix)
  • Neutralinojs version: 4.7.0
  • Neutralinojs client library version: 3.6.0
  • Neutralinojs CLI version: v9.3.1

Additional context It worked a few months ago, after installing in a new machine, it stopped working.

BeyondMagic avatar Oct 18 '22 10:10 BeyondMagic