Skip to content

Connection Issues with Eventyay Video Application [ Dev Setup ] #331

@SxxAq

Description

@SxxAq

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:

  1. WebSocket connection failures:

    • ws://localhost:8443/ws/world// (note the double slash)
    • wikimedia.eventyay.com:8880/sockjs-node
  2. 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

  1. Clone the repository
  2. Build and run the application using Docker - docker-compose up --build
  3. Open the browser to - http://localhost:8880/video/
  4. Observe connection errors in console

Questions

  1. Are there specific backend services or containers that need to be running separately?
  2. Is there a configuration issue with the URL paths (e.g., double slashes in some requests)?
  3. Should the application be connecting to wikimedia.eventyay.com, or is this a misconfiguration?
  4. 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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions