mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
[GH-ISSUE #2059] Upgrade from 1.12.3 to 1.13.0 Nextcloud Collabra and Calendar fail to connect #8826
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @i-byrana on GitHub (Dec 12, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2059
Describe the Bug
Hello there!
I have been using the latest Nextcloud AIO (Unraid "Homelab") with Pangolin 1.12.3 (OVH VPS) without any problems. Today I did the upgrade to Pangolin 1.13.0 with all requirements, including Traefik from 3.6.2 to 3.6.4. After the upgrade I thought everything went fine, as usual. I was able to log into Nextcloud and use mostly everything. Strangely, I am unable to use Nextcloud Office (Collabora) anymore, and shared calendars won't work either. I am unable to open up or create a document, nor am I able to write an appointment into the calendar. The sync from smartphone via DAVx does not work and shows a 400 error. I get a WebSocket error if I want to open Collabora and add an appointment. I restored an update of the VPS from earlier today, so I am back to Pangolin 1.12.3. Furthermore, I did not change anything with Nextcloud, and all is running just fine.
I've been using Pangolin for around 2 months now and did every upgrade without trouble. I am not sure why the latest version causes problems with WebSocket.
Environment
To Reproduce
Just upgraded from 1.12.3 to 1.13.0 with all requirements.
Expected Behavior
Nextcloud Office should open up, and there should be no syncing problems with the Nextcloud calendar.
@oschwartz10612 commented on GitHub (Dec 12, 2025):
Hello!
Do you use rules to make this work?
Would you be able to replicate and open the browser console to see what
paths are being blocked thats causing Nextcloud to be unhappy?
Could you also try temporarily disabling auth on the resource to see if
that fixes it?
@i-byrana commented on GitHub (Dec 12, 2025):
I am not sure if you mean IP rules in Pangolin. If so, I only use geolocation-based rules and no other authentication. I just rolled back the VPS backup. I will try your suggestion tomorrow, as I am a bit fatigued from an infection.
@JonasSchubert commented on GitHub (Dec 12, 2025):
Hi @i-byrana,
I saw your remark regarding the traefik upgrade:
This included some changes due to some vulnerabilities which could be considered breaking:
https://doc.traefik.io/traefik/v3.6/migrate/v3/#v364
Also have a look at https://www.reddit.com/r/selfhosted/comments/1ph9jio/traefik_v364_breaks_nextcloud_officecollabora/
Try to configure
encodedCharactersas suggested in the reddit link.@oschwartz10612 commented on GitHub (Dec 12, 2025):
Thanks so much @JonasSchubert I did not know that!
@didotb commented on GitHub (Dec 13, 2025):
Hi all, could this be the reason why the GHCR doesn't have a 1.13.0 tag available?
@oschwartz10612 commented on GitHub (Dec 13, 2025):
I am mirroring them now. It was a mistake on build @didotb.
@i-byrana commented on GitHub (Dec 13, 2025):
Thanks for the help. Especially Jonas. I have not tried to fix it, but it seems not to be hard. Thanks for the hint. I am only 6 months into the self-hosting journey; I do feel challenged from time to time. :) Thanks again.