Skip to content

[Bug]: 'New Chat' link doesn't work when entering app via old conversations #527

@carsten-cc

Description

@carsten-cc

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Clicking 'Neuer Chat' button has no user-visible effect, when entering via old chat.


Side-note: The 'Please search here' and 'Code of conduct' link in the github bug report template are broken.

Steps to reproduce

  1. Enter APP via a Link to an old chat (5-digit id for me, current chats are 6-digit) https://c4.prod.ccopt.de/chat/$5_DIGITS
  2. Click on 'Neuer Chat'
  3. "nothing" happens (200er /messages request, 404 /conversations request)

Relevant log output

curl 'https://c4.prod.ccopt.de/api/conversations' \
  -H 'accept: */*' \
  -H 'accept-language: de' \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/json' \
  -b 'connect.sid=██████████████████████████████████████████████████████████████████████████████████' \
  -H 'origin: https://c4.prod.ccopt.de' \
  -H 'pragma: no-cache' \
  -H 'priority: u=1, i' \
  -H 'referer: https://c4.prod.ccopt.de/chat/█████' \
  -H 'sec-ch-ua: "Chromium";v="140", "Not=A?Brand";v="24", "Microsoft Edge";v="140"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "macOS"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: same-origin' \
  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0' \
  --data-raw '{"configurationId":86,"context":{}}'

{"message":"Not Found","statusCode":404}

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions