From 19825763ad6ab7a2099586a6d287f3b27d04cde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20B=C3=B6sche?= Date: Tue, 13 Jan 2026 12:46:56 +0100 Subject: [PATCH] Fix Collabora endpoint: use /browser/dist/cool.html instead of /loleaflet/dist/loleaflet.html --- go_cloud/internal/http/wopi_handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go_cloud/internal/http/wopi_handlers.go b/go_cloud/internal/http/wopi_handlers.go index 1fe5588..92d0635 100644 --- a/go_cloud/internal/http/wopi_handlers.go +++ b/go_cloud/internal/http/wopi_handlers.go @@ -683,7 +683,7 @@ func collaboraProxyHandler(w http.ResponseWriter, r *http.Request, db *database.

Loading Collabora Online...

- @@ -692,7 +692,7 @@ func collaboraProxyHandler(w http.ResponseWriter, r *http.Request, db *database. setTimeout(function() { var form = document.getElementById('collaboraForm'); if (form) { - console.log('[COLLABORA] Submitting form to /loleaflet/dist/loleaflet.html'); + console.log('[COLLABORA] Submitting form to /browser/dist/cool.html'); form.submit(); } else { console.error('[COLLABORA] Form not found');