You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
test: HEADLESS=false pnpm run test:e2e:cucumber tests/e2e/cucumber/features/app-provider/secureView.feature
admin creates test.odt and shares to dennis user with secure-view role
dennis tries to open `test.odt
Expected behavior
file can be open
Actual behavior
user cannot open file. 500 error
POST https://host.docker.internal:9200/app/open?file_id=3239f412-7049-442d-b1ed-1a93ac308858%244215e7f7-990b-44b4-a587-00b85fb7c8ba%21503f9bf6-f989-450c-b982-0f44222b6f49&lang=en&app_name=Collabora&view_mode=view
ScharfViktor
changed the title
Secure view file cannot be open in Collabora. 500 error
Secure view file cannot be open in Collabora using docker compose in web
Feb 24, 2025
Describe the bug
A clear and concise description of what the bug is.
test:
HEADLESS=false pnpm run test:e2e:cucumber tests/e2e/cucumber/features/app-provider/secureView.feature
Steps to reproduce
OC_IMAGE=opencloud-eu/opencloud:dev docker compose up -d
admin
createstest.odt
and shares todennis
user with secure-view roledennis
tries to open `test.odtExpected behavior
file can be open
Actual behavior
user cannot open file. 500 error
POST https://host.docker.internal:9200/app/open?file_id=3239f412-7049-442d-b1ed-1a93ac308858%244215e7f7-990b-44b4-a587-00b85fb7c8ba%21503f9bf6-f989-450c-b982-0f44222b6f49&lang=en&app_name=Collabora&view_mode=view
Status Code:
500 Internal Server Error
logs:
collaboration:
2025-02-24 12:57:16 {"level":"error","service":"collaboration","FileReference":"resource_id:{storage_id:\"3239f412-7049-442d-b1ed-1a93ac308858\" opaque_id:\"503f9bf6-f989-450c-b982-0f44222b6f49\" space_id:\"4215e7f7-990b-44b4-a587-00b85fb7c8ba\"} path:\".\"","ViewMode":"VIEW_MODE_VIEW_ONLY","Requester":"idp:\"https://host.docker.internal:9200\" opaque_id:\"cd88bf9a-dd7f-11ef-a609-7f78deb2345f\" type:USER_TYPE_PRIMARY","time":"2025-02-24T11:57:16Z","line":"github.com/opencloud-eu/opencloud/services/collaboration/pkg/service/grpc/v0/service.go:107","message":"OpenInApp: neither edit nor view app URL found"}
collabora:
2025-02-24 12:58:01 wsd-00001-00058 2025-02-24 11:58:01.178186 +0000 [ docbroker_004 ] ERR No write-able session with valid authorization to refresh lock with| wsd/DocumentBroker.cpp:2733
opencloud:
Setup
note I used collabora version
image: collabora/code:24.04.11.1.1
because with24.04.12.4.1
I had problemAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: