Skip to content

Runtime and Rendering Problems in full Template (windows) #621

@marcogomez-dev

Description

@marcogomez-dev

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.

  1. 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
    
  2. 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.
  3. 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

  1. Use Git Bash to run bun run nue create full.
  2. cd full
  3. Run bun run nue.
  4. Navigate to http://localhost:4000/.

To Reproduce Error 2.1 (Missing Files):

  1. Check the server logs immediately after running bun run nue.

To Reproduce Error 2.2 (Intermittent Content Rendering):

  1. 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:

Image

2. Docs View with Missing Documentation Content:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions