atlassian / nucleus

A configurable and versatile update server for all your Electron apps
Other
396 stars 92 forks source link

Accessing the web dashboard throws `nucleus Error: ENOENT: no such file or directory, open 'SOME-DIR/nucleus-server/public_out/index.html'` error #133

Open captain-woof opened 3 years ago

captain-woof commented 3 years ago

Accessing the web dashboard after running yarn dev throws nucleus Error: ENOENT: no such file or directory, open 'SOME-DIR/nucleus-server/public_out/index.html' error. The public_out is not a real directory.

Changing all occurences of public_out to public raises this error:

nucleus Unhandled error: / +7s
nucleus Error: ENOENT: no such file or directory, open 'SOME-DIRnucleus-server/public/index.html' +0ms

How do I fix this?

blackkopcap commented 1 year ago

Accessing the web dashboard after running yarn dev throws nucleus Error: ENOENT: no such file or directory, open 'SOME-DIR/nucleus-server/public_out/index.html' error. The public_out is not a real directory.

Changing all occurences of public_out to public raises this error:

nucleus Unhandled error: / +7s
nucleus Error: ENOENT: no such file or directory, open 'SOME-DIRnucleus-server/public/index.html' +0ms

How do I fix this?

u need to build fe first - try type yarn build:fe:dev && yarn dev