Fork child process for server #16682
Unanswered
hannydevelop
asked this question in
CLI - Electron mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a VUE application that works very well with Quasar. In development mode, I successfully started a child process that opens a port for the backend:
All of these in
electron-main.js
. This works fine in dev mode but I can't seem to wrap my head around why the port doesn't open up in production as it returns:net::ERR_CONNECTION_REFUSED
Beta Was this translation helpful? Give feedback.
All reactions