Issue: Runtime and Rendering Problems in full Template
Describe the Bug
After successfully creating and running the full template using Git Bash (to bypass the unzip error in windows), several runtime and rendering issues were observed without modifying the template code.
- Missing Files/Routes: The backend server reports that certain expected
.js files are not found upon startup:
Not found /login/index.html.js
Not found /@shared/ui/isomorphic.html.js
- Incorrect Content Rendering: The content for the default docs and blogs views does not render correctly. The pages load, but the expected documentation or blog post content is missing or displayed improperly.
- Cross-Tab Navigation Issue (Hard to Reproduce): A peculiar error occurred twice where clicking a link in one browser tab (e.g., navigating from
/docs/ to /contact/) would cause the title of the active pages in other open tabs on the same server (http://localhost:4000/) to change to the title of the newly navigated page.
Environment
| Aspect |
Detail |
| OS |
Windows 11 |
| Nuekit version & JS runtime |
Nue 2.0.0-beta.2 • Bun 1.2.23 |
| Browser |
Microsoft Edge |
Minimal Reproduction
- Use Git Bash to run
bun run nue create full.
cd full
- Run
bun run nue.
- Navigate to
http://localhost:4000/.
To Reproduce Error 2.1 (Missing Files):
- Check the server logs immediately after running
bun run nue.
To Reproduce Error 2.2 (Intermittent Content Rendering):
- Navigate to
http://localhost:4000/docs/ and http://localhost:4000/blog/.
Logs & Additional Context
$ bun run nue
Nue 2.0.0-beta.2 • Bun 1.2.23
Model "leads" loaded (75 records)
Model "users" loaded (1 records)
Backend server started with 7 routes (reloadable)
Serving on http://localhost:4000/
Not found /login/index.html.js # Missing File 1
Not found /@shared/ui/isomorphic.html.js # Missing File 2
Visual Evidence of Missing Content (Error 2.2)
1. Blog View with Missing Post Content:
2. Docs View with Missing Documentation Content:

Issue: Runtime and Rendering Problems in
fullTemplateDescribe the Bug
After successfully creating and running the
fulltemplate using Git Bash (to bypass theunziperror in windows), several runtime and rendering issues were observed without modifying the template code..jsfiles are not found upon startup:/docs/to/contact/) would cause the title of the active pages in other open tabs on the same server (http://localhost:4000/) to change to the title of the newly navigated page.Environment
Nue 2.0.0-beta.2 • Bun 1.2.23Minimal Reproduction
bun run nue create full.cd fullbun run nue.http://localhost:4000/.To Reproduce Error 2.1 (Missing Files):
bun run nue.To Reproduce Error 2.2 (Intermittent Content Rendering):
http://localhost:4000/docs/andhttp://localhost:4000/blog/.Logs & Additional Context
Visual Evidence of Missing Content (Error 2.2)
1. Blog View with Missing Post Content:
2. Docs View with Missing Documentation Content:
