Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jun 28, 2021 · 1 comment

Comments

@captain-woof
Copy link

captain-woof commented Jun 28, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants