OpenRAG Version
0.1.0
Deployment Method
Local development (make dev)
Operating System
Ubuntu 24.04.3 LTS
Python Version
Python 3.13.11
Affected Area
Onboarding (setup wizard, initial configuration)
Bug Description
Initial load of OpenRAG UI results in application error in development environment: "Uncaught ChunkLoadError"
Steps to Reproduce
- (1) Run
make dev-local-cpu, make docling, make backend, make frontend
- (2) Go to OpenRAG Frontend app URL
- e.g. http://openrag1.fyre.ibm.com:3000/
- BUG: UI fails to load
- See Screenshot 1
- See Screenshot 2
- WORK-AROUND: Reload the page again and the app now loads without any issue
Expected Behavior
Initial load of OpenRAG UI should work without reloading
Actual Behavior
Initial load of OpenRAG UI should does not work without reloading
Relevant Logs
Screenshots
Screenshot 1
Screenshot 2
Additional Context
No response
Checklist