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
upgrade ocis: git checkout master -> OCIS_DOCKER_TAG=5.0.0-rc.1 docker-compose up -d
admin creates f3 and shares to einstein
einstein is waiting notification
Expected:
einstein is getting notification
Actual:
ocis_log:
2024-01-02 13:19:42 {"level":"error","service":"userlog","error":"unexpected status code while authenticating service user: CODE_UNAUTHENTICATED","time":"2024-01-02T12:19:42Z","line":"github.com/owncloud/ocis/v2/services/userlog/pkg/service/http.go:57","message":"cant get service account"}
2024-01-02 13:19:42 {"level":"info","service":"proxy","proto":"HTTP/1.1","request-id":"73099fc6-fdeb-4e76-801e-b00cc61f8d70","traceid":"341608812126523b827361beb3c91230","remote-addr":"172.31.0.1","method":"GET","status":500,"path":"/ocs/v2.php/apps/notifications/api/v1/notifications","duration":13.563209,"bytes":0,"time":"2024-01-02T12:19:42Z","line":"github.com/owncloud/ocis/v2/services/proxy/pkg/middleware/accesslog.go:34","message":"access-log"}
maybe it related somehow, I used service account and new micro registry in new ocis version
As a result of compatibility testing, I found that auto-acceptance does not work by default
use: https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_traefik/docker-compose.yml
Steps:
git checkout stable-4.0.5
->OCIS_DOCKER_TAG=4.0.5 docker-compose up -d
f1
and share it toeinstein
git checkout master
->OCIS_DOCKER_TAG=5.0.0-rc.1 docker-compose up -d
f3
and shares toeinstein
Expected:
einstein is getting notification
Actual:
ocis_log:
maybe it related somehow, I used service account and new micro registry in new ocis version
The text was updated successfully, but these errors were encountered: