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

No errors in terminal while running app with --frontend-lib-dev flag with development server not up

Open pathange-s opened this issue 3 years ago • 3 comments

Actual Behaviour

  • When the development server is not started and we run neu run --frontend-lib-dev the app doesnt function and shows Could not connect: Connection refused

Expected Behaviour

  • The application must throw an error in the terminal and the app must exit with respective exit code

image

This issue occurs on all OS with any neu cli version

P.S. Disucussed this with @shalithasuranga and @DEVLOPRR . Was told that developers will be able to figure it out. Opening this issue to make developers can have it noted and to sure we keep it noted and implement fix whenever required

pathange-s avatar Mar 26 '22 04:03 pathange-s

Exiting is not a option as people are usually using packages like concurrently to run there frontend library bundler and NeutralinoJs side by side, causing it to exit can cause inconvenience.

pegvin avatar Mar 26 '22 23:03 pegvin

Noted ! Lets make sure that if this is getting a fix, it doesn't do this fault.

pathange-s avatar Mar 27 '22 05:03 pathange-s

Should we create a new list of known issues / new category in place of keeping it in the active / open category?

P.S. Disucussed this with @shalithasuranga and @DEVLOPRR . Was told that developers will be able to figure it out.

from this it appears it is not getting a fix in near future.

YashKumarVerma avatar Apr 03 '22 19:04 YashKumarVerma

Hi all.. thanks for reporting and discussing this. Now, the CLI will wait for the sepecific development server URL's port and open the Neutralinojs app. I am closing the issue since the issue is fixed. Thanks :tada:

shalithasuranga avatar Oct 28 '23 06:10 shalithasuranga