Skip to content

Join link builds unencoded query params (breaks names/rooms with spaces or special chars) #163

@Jeelislive

Description

@Jeelislive

In client/src/components/Join/Join.js, the link to /chat uses raw values for name and room. Special characters or spaces break parsing (query-string) and routing.

Expected behavior

  • Query params should be URL-encoded; joining should work with spaces and special chars.

Actual behavior

  • Navigation and parsing can fail or produce incorrect values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions