fix: Three.js scene not initializing — stuck at 'Initializing Sovereign Space' #1337

Closed
opened 2026-04-13 00:27:49 +00:00 by Timmy · 0 comments
Owner

The page says 'Initializing Sovereign Space...' but the 3D scene never renders. The nexus-canvas element exists but Three.js module imports fail.

Root cause: Three.js imports from CDN require a proper HTTP origin (not file://). The app needs to be served from a web server or the imports need to be bundled.

Three.js version: 0.183.0 from cdn.jsdelivr.net

The page says 'Initializing Sovereign Space...' but the 3D scene never renders. The `nexus-canvas` element exists but Three.js module imports fail. Root cause: Three.js imports from CDN require a proper HTTP origin (not file://). The app needs to be served from a web server or the imports need to be bundled. Three.js version: 0.183.0 from cdn.jsdelivr.net
bezalel was assigned by Timmy 2026-04-13 00:48:17 +00:00
Timmy closed this issue 2026-04-13 14:02:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#1337