Hi, I’m trying to setup a collabora server with OCIS. I’m using authentik as auth. I provided most of the config since I’m not sure what is the current issue and the logs are not clear where the exact issue is.
I’ve pretty much followed the owncloud guide for OCIS with WOPI server.
The only difference is that I don’t use docker compose but translated it to the tool that I use to manage my containers (nix).
Any help or pointers are appreciated.
Steps to reproduce
- Use authentik as oidc
- Setup WOPI server with collabora
- Try to edit an document with collabora from the web
Expected behaviour
Edit a xlsx or any other document file using collabora on the web
Actual behaviour
The page is empty and I get this toast notification
Server configuration
OCIS image: owncloud/ocis:5.0.2
Collabora image: collabora/code:23.05.10.1.1
Wopi image: cs3org/wopiserver:v10.3.2
Environment
OCIS environment
DEMO_USERS=false
PROXY_HTTP_ADDR=0.0.0.0:9200
MICRO_REGISTRY_ADDRESS=127.0.0.1:9233
WEB_OIDC_CLIENT_ID=REDACTED
PROXY_AUTOPROVISION_ACCOUNTS=true
PROXY_TLS=false
PROXY_OIDC_REWRITE_WELLKNOWN=true
FRONTEND_FULL_TEXT_SEARCH_ENABLED=true
SEARCH_EXTRACTOR_TIKA_TIKA_URL=http://ocis-tika:9998
OCIS_LOG_LEVEL=info
SEARCH_EXTRACTOR_TYPE=tika
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OCIS_URL=https://ocis.REDACTED.com
PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD=none
container=podman
NATS_NATS_HOST=0.0.0.0
OCIS_OIDC_ISSUER=https://authentik.REDACTED.com/application/o/owncloud/
OCIS_INSECURE=false
GATEWAY_GRPC_ADDR=0.0.0.0:9142
NATS_NATS_PORT=9233
HOME=/var/lib/ocis
Collabora extra param
"--o:ssl.enable=false --o:ssl.termination=true --o:welcome.enable=false --o:net.frame_ancestors=ocis.REDACTED.com";
ocis.yaml
token_manager:
jwt_secret: REDACTED
machine_auth_api_key: REDACTED
system_user_api_key: REDACTED
transfer_secret: REDACTED
system_user_id: REDACTED
admin_user_id: REDACTED
oidc_issuer: https://authentik.REDACTED.com/application/o/owncloud/
graph:
application:
id: REDACTED
events:
tls_insecure: true
spaces:
insecure: true
identity:
ldap:
bind_password: REDACTED
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
idp:
ldap:
bind_password: REDACTED
idm:
service_user_passwords:
admin_password: REDACTED
idm_password: REDACTED
reva_password: REDACTED
idp_password: REDACTED
proxy:
autoprovision_accounts: true
oidc:
rewrite_wellknown: true
insecure_backends: true
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
frontend:
app_handler:
insecure: true
archiver:
insecure: true
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
auth_basic:
auth_providers:
ldap:
bind_password: REDACTED
auth_bearer:
auth_providers:
oidc:
issuer: https://authentik.REDACTED.com/application/o/owncloud
client_id: REDACTED
insecure: false
id_claim: preferred_username
uid_claim: ""
gid_claim: ""
users:
drivers:
ldap:
bind_password: REDACTED
groups:
drivers:
ldap:
bind_password: REDACTED
ocdav:
insecure: true
ocm:
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
thumbnails:
thumbnail:
transfer_secret: REDACTED
webdav_allow_insecure: true
cs3_allow_insecure: true
search:
events:
tls_insecure: true
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
audit:
events:
tls_insecure: true
settings:
service_account_ids:
- REDACTED
sharing:
events:
tls_insecure: true
storage_users:
events:
tls_insecure: true
mount_id: REDACTED
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
notifications:
notifications:
events:
tls_insecure: true
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
nats:
nats:
tls_skip_verify_client_cert: true
gateway:
storage_registry:
storage_users_mount_id: REDACTED
userlog:
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
auth_service:
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
clientlog:
service_account:
service_account_id: REDACTED
service_account_secret: REDACTED
web:
config:
oidc:
metadata_url: https://authentik.REDACTED.com/application/o/owncloud/.well-known/openid-configuration
authority: https://authentik.REDACTED.com
client_id: REDACTED
response_type: code
scope: openid profile email groups
app-registry.yaml
app_registry:
mimetypes:
- mime_type: application/pdf
extension: pdf
name: PDF
description: PDF document
icon: ""
default_app: ""
allow_creation: false
- mime_type: application/vnd.oasis.opendocument.text
extension: odt
name: OpenDocument
description: OpenDocument text document
icon: ""
default_app: Collabora
allow_creation: true
- mime_type: application/vnd.oasis.opendocument.spreadsheet
extension: ods
name: OpenSpreadsheet
description: OpenDocument spreadsheet document
icon: ""
default_app: Collabora
allow_creation: true
- mime_type: application/vnd.oasis.opendocument.presentation
extension: odp
name: OpenPresentation
description: OpenDocument presentation document
icon: ""
default_app: Collabora
allow_creation: true
- mime_type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
extension: docx
name: Microsoft Word
description: Microsoft Word document
icon: ""
default_app: Collabora
allow_creation: true
- mime_type: application/vnd.openxmlformats-officedocument.wordprocessingml.form
extension: docxf
name: Form Document
description: Form Document
icon: ""
default_app: Collabora
allow_creation: true
- mime_type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
extension: xlsx
name: Microsoft Excel
description: Microsoft Excel document
icon: ""
default_app: Collabora
allow_creation: true
- mime_type: application/vnd.openxmlformats-officedocument.presentationml.presentation
extension: pptx
name: Microsoft PowerPoint
description: Microsoft PowerPoint document
icon: ""
default_app: Collabora
allow_creation: true
Logs
Server logs
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"5f7469629177/NSDzSh5Nju-000328","traceid":"482a0ba5619b753a59dc928dc55c7821","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/external/personal/xgroleau/skin_temp.csv","duration":0.687684,"bytes":7926,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"b315e5f9-2ba0-49ca-980a-03d7da6686d0","traceid":"acfa4b8c74b7f735f6da9db31b73e89e","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/config.json","duration":0.360286,"bytes":996,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"frontend","pkg":"rhttp","traceid":"f276264263073338f3b70a59926b5ac7","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/http/interceptors/auth/auth.go:195","message":"skipping auth check for: /ocs/v1.php/cloud/capabilities"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"warn","service":"frontend","pkg":"rhttp","traceid":"f276264263073338f3b70a59926b5ac7","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/http/interceptors/auth/auth.go:248","message":"core access token not set"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"df66817b-da10-4bf1-8781-9221e54ab0c2","traceid":"76613b719bf8740598d8832bc6adca25","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/ocs/v1.php/cloud/capabilities","duration":0.835557,"bytes":3100,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"64e29b38c7676fa47973bfffd482b7cd","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"fc419f41-383c-4b0e-9e37-4050c1d189fd","traceid":"64e29b38c7676fa47973bfffd482b7cd","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/ocs/v1.php/cloud/user","duration":48.254401,"bytes":263,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"554aac80b740221f1820d06aee5d3190","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"cc92965be3116de0c29761341d9c9b75","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"6e7caf22251969b63dd6d9b81d89658e","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"080617e6-cb1f-4a0b-9e06-11db94f46ecc","traceid":"6e7caf22251969b63dd6d9b81d89658e","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/graph/v1.0/me","duration":3.323067,"bytes":241,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"b3661f44-c501-4b94-94a7-32b227799bab","traceid":"cc92965be3116de0c29761341d9c9b75","remote-addr":"70.50.160.227","method":"POST","status":201,"path":"/api/v0/settings/roles-list","duration":5.243666,"bytes":14920,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"a4b9ef2e-dad7-4b0b-a711-6da5435c2f68","traceid":"554aac80b740221f1820d06aee5d3190","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/ocs/v1.php/cloud/users/xgroleau","duration":6.855961,"bytes":443,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"d6430fb79657b4fb60d1dadc14470c1b","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"b3661f44-c501-4b94-94a7-32b227799bab","traceid":"d6430fb79657b4fb60d1dadc14470c1b","remote-addr":"70.50.160.227","method":"POST","status":201,"path":"/api/v0/settings/assignments-list","duration":2.80518,"bytes":165,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"9af3a417b00ac0d9bae221a848e431ef","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"b3661f44-c501-4b94-94a7-32b227799bab","traceid":"9af3a417b00ac0d9bae221a848e431ef","remote-addr":"70.50.160.227","method":"POST","status":201,"path":"/api/v0/settings/permissions-list","duration":3.4148,"bytes":426,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"frontend","pkg":"rhttp","traceid":"53f49dd3590d4e7373ff8639b6486688","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/http/interceptors/auth/auth.go:195","message":"skipping auth check for: /app/list"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"warn","service":"frontend","pkg":"rhttp","traceid":"53f49dd3590d4e7373ff8639b6486688","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/http/interceptors/auth/auth.go:248","message":"core access token not set"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"2caf38d8-f50c-4b1b-a46f-a890d389445e","traceid":"a1b656c39a700873efabdc698fd3b521","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/app/list","duration":1.709909,"bytes":9541,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"f7f60293267f66858a72d65136c6529d","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"b4f6c99d28346fc7b631aa6fa3f85b3f","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"bf072cbc61e982bee846f064ec20b6cb","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"graph","request-id":"0ec06de7-754f-40cf-a602-d4c19181403d","query":{"$filter":["driveType eq project"],"$orderby":["name asc"]},"unrestricted":false,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/graph/pkg/service/v0/drives.go:236","message":"calling get drives"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"graph","request-id":"de2d5d7e-a2a5-44d1-8c22-8a6706d8d936","query":{"$filter":["driveType eq personal"],"$orderby":["name asc"]},"unrestricted":false,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/graph/pkg/service/v0/drives.go:236","message":"calling get drives"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"de2d5d7e-a2a5-44d1-8c22-8a6706d8d936","traceid":"bf072cbc61e982bee846f064ec20b6cb","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/graph/v1.0/me/drives","duration":5.9223,"bytes":760,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"0ec06de7-754f-40cf-a602-d4c19181403d","traceid":"b4f6c99d28346fc7b631aa6fa3f85b3f","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/graph/v1.0/me/drives","duration":5.826711,"bytes":1701,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"63aab511b199e937d053783b647b643d","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-service","pkg":"rgrpc","traceid":"88f98aec56cde0d20ad71b1080c9e837","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"none\" opaque_id:\"29143556-ca34-4488-bdd5-9dbe715946af\" type:USER_TYPE_SERVICE authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"597c9f99-6766-45a2-bb51-ecf269fe4316","traceid":"63aab511b199e937d053783b647b643d","remote-addr":"70.50.160.227","method":"GET","status":200,"path":"/ocs/v2.php/apps/notifications/api/v1/notifications","duration":3.760486,"bytes":72,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"937745a1cae43fa3038b0733f881ce56","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"gateway","pkg":"rgrpc","traceid":"937745a1cae43fa3038b0733f881ce56","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/gateway/publicshareprovider.go:106","message":"listing public shares"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"sharing","pkg":"rgrpc","traceid":"937745a1cae43fa3038b0733f881ce56","publicshareprovider":"list","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/publicshareprovider/publicshareprovider.go:442","message":"list public share"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"storage-system","pkg":"rgrpc","traceid":"8fa10645ee7f6668a8c425a21f926d18","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"internal\" opaque_id:\"1cb6fe55-a429-4efc-8b25-6900f15eaa42\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"a419ca0a-4d79-4e9c-ba71-a7831d613931","traceid":"937745a1cae43fa3038b0733f881ce56","remote-addr":"70.50.160.227","method":"PROPFIND","status":207,"path":"/remote.php/dav/spaces/5c652374-19e9-42d5-853c-76a931bcca43$1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff/skin_temp.csv","duration":6.636131,"bytes":1570,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"auth-machine","pkg":"rgrpc","traceid":"00c01b7e2b21315d65ebc69c48480a4f","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/grpc/services/authprovider/authprovider.go:141","message":"user idp:\"https://authentik.REDACTED.com/application/o/owncloud/\" opaque_id:\"1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff\" type:USER_TYPE_PRIMARY authenticated"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"error","service":"frontend","pkg":"rhttp","traceid":"c264735149f51a26cd1e6b043016eca3","request-id":"b3661f44-c501-4b94-94a7-32b227799bab","error":"error calling OpenInApp: grpc failed with code CODE_INTERNAL","time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/http/services/appprovider/errors.go:63","message":"Client not authorized"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"error","service":"frontend","pkg":"rhttp","traceid":"c264735149f51a26cd1e6b043016eca3","host":"127.0.0.1","method":"POST","uri":"/app/open?file_id=5c652374-19e9-42d5-853c-76a931bcca43%241b4fcbf4-0359-44cf-a5e9-fdbd03f000ff%219c25116f-8356-4bb8-91f1-2e84ca541ce1&lang=en&app_name=Collabora&view_mode=write","url":"/open?file_id=5c652374-19e9-42d5-853c-76a931bcca43%241b4fcbf4-0359-44cf-a5e9-fdbd03f000ff%219c25116f-8356-4bb8-91f1-2e84ca541ce1&lang=en&app_name=Collabora&view_mode=write","proto":"HTTP/1.1","status":500,"size":66,"start":"24/Apr/2024:14:52:40 +0000","end":"24/Apr/2024:14:52:40 +0000","time_ns":9436544,"time":"2024-04-24T14:52:40Z","line":"github.com/cs3org/reva/v2@v2.19.5/internal/http/interceptors/log/log.go:112","message":"http"}
Apr 24 10:52:40 sheogorath ocis[1081068]: {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"b3661f44-c501-4b94-94a7-32b227799bab","traceid":"00c01b7e2b21315d65ebc69c48480a4f","remote-addr":"70.50.160.227","method":"POST","status":500,"path":"/app/open","duration":12.396224,"bytes":66,"time":"2024-04-24T14:52:40Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log
Web client logs
web-app-external error Error: Error fetching app information
_ https://ocis.REDACTED.com/js/web-app-external-z030bz5A.mjs:1
n https://ocis.REDACTED.com/js/chunks/vendor-Qpw5q4IY.mjs:51
web-app-external-z030bz5A.mjs:1:6212
WOPI logs
Apr 24 10:51:43 sheogorath ocis-wopi[184137]: 10.89.1.1 - - [24/Apr/2024 14:51:43] "GET /wopi/iop/openinapp?appinturl=https://collabora.REDACTED.com&appname=Collabora&appurl=https://collabora.REDACTED.com/browser/baa6eef/cool.html?&endpoint=5c652374-19e9-42d5-853c-76a931bcca43$1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff&fileid=9c25116f-8356-4bb8-91f1-2e84ca541ce1&folderurl=https://ocis.REDACTED.com/f/5c652374-19e9-42d5-853c-76a931bcca43$1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff%25219c25116f-8356-4bb8-91f1-2e84ca541ce1&userid=1b4fcbf4-0359-44cf-a5e9-fdbd03f000ff@https://authentik.REDACTED.com/application/o/owncloud/&username=xgroleau&viewmode=VIEW_MODE_READ_WRITE HTTP/1.1" 401 -