-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Description
When trying to run the application locally, I'm encountering multiple connection failures that prevent the application from working properly. The main issues are:
-
WebSocket connection failures:
ws://localhost:8443/ws/world//
(note the double slash)wikimedia.eventyay.com:8880/sockjs-node
-
API connection failures:
http://localhost:8443/api/v1/worlds//theme
(connection refused)
Console Errors
GET http://wikimedia.eventyay.com:8880/sockjs-node/info?t=1741296563671 net::ERR_CONNECTION_REFUSED
GET http://localhost:8443/api/v1/worlds//theme net::ERR_CONNECTION_REFUSED
WebSocket connection to 'ws://localhost:8443/ws/world//' failed
error happened when trying to load theme config: TypeError: Failed to fetch
Environment
- Browser: [Chrome.]
- OS: [Arch Linux]
- Node version: [v20.18.1]
Steps to Reproduce
- Clone the repository
- Build and run the application using Docker -
docker-compose up --build
- Open the browser to -
http://localhost:8880/video/
- Observe connection errors in console
Questions
- Are there specific backend services or containers that need to be running separately?
- Is there a configuration issue with the URL paths (e.g., double slashes in some requests)?
- Should the application be connecting to wikimedia.eventyay.com, or is this a misconfiguration?
- Are there any environment variables that need to be explicitly set for proper connectivity?
I'd appreciate any guidance on how to properly set up the development environment to resolve these connection issues.
cc: @mariobehling @hongquan @raphaelm
Screenshots
Metadata
Metadata
Assignees
Labels
No labels