atlassian / atlassian/nucleus

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

Open
#133 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
420
Forks
100
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the failure with `yarn dev` and trace how the dashboard resolves `public_out/index.html`, then compare that path with the attempted `public/index.html` path. The issue is done when the web dashboard opens without an ENOENT error and the expected asset directory is consistently used.

Written by the indexing model from the issue text.

Assessment

Tech stack
electron, typescript
Domain
web-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.