Nextcloud/(Collabora Code Server (websocket) no longer served after upgrade to 1.14.1 #395

Closed
opened 2026-04-05 17:08:44 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @cyfrax on 1/8/2026

Describe the Bug

After upgrading to 1.14.1 (from 1.13.1), collabora code server which is served as a public resource without authentication is no longer accessible.

When calling by opening a document from Nextcloud you receive an error message saying socket connection cannot be established,

Error is due to traefik upgrade - found the solution in https://www.reddit.com/r/selfhosted/comments/1ph9jio/traefik_v364_breaks_nextcloud_officecollabora/

traefik_config.yml has to be edited with new entries under entrypoints.

http:
encodedCharacters:
allowEncodedSlash: true
allowEncodedQuestionMark: true

This is not a bug in Pangolin - merely a placeholder so the solution can be found for others having similar issues.

Thanks
Frank

Environment

  • OS Type & Version: (e.g., Ubuntu 22.04): Ubuntu 24.04.3 LTS
  • Pangolin Version: 1.14.1
  • Gerbil Version: newest by docker compose (before 1.3.0)
  • Traefik Version: newest by docker compose (before 3.5)
  • Newt Version: none (resource routed via internal IP)
  • Olm Version: none

To Reproduce

serve Collabora Online Server as public resource with 1.14.1

Expected Behavior

opening documents should work

*Originally created by @cyfrax on 1/8/2026* ### Describe the Bug After upgrading to 1.14.1 (from 1.13.1), collabora code server which is served as a public resource without authentication is no longer accessible. When calling by opening a document from Nextcloud you receive an error message saying socket connection cannot be established, Error is due to traefik upgrade - found the solution in [https://www.reddit.com/r/selfhosted/comments/1ph9jio/traefik_v364_breaks_nextcloud_officecollabora/](https://www.reddit.com/r/selfhosted/comments/1ph9jio/traefik_v364_breaks_nextcloud_officecollabora) traefik_config.yml has to be edited with new entries under entrypoints. http: encodedCharacters: allowEncodedSlash: true allowEncodedQuestionMark: true This is not a bug in Pangolin - merely a placeholder so the solution can be found for others having similar issues. Thanks Frank ### Environment - OS Type & Version: (e.g., Ubuntu 22.04): Ubuntu 24.04.3 LTS - Pangolin Version: 1.14.1 - Gerbil Version: newest by docker compose (before 1.3.0) - Traefik Version: newest by docker compose (before 3.5) - Newt Version: none (resource routed via internal IP) - Olm Version: none ### To Reproduce serve Collabora Online Server as public resource with 1.14.1 ### Expected Behavior opening documents should work
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#395