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
Ok, thank you. Then this is basically the same issue as #9867 with the difference that #9867 had the share jail id triplet, while this issue has the 2-segment id only.
Describe the bug
when navigating with the browser to the
webUrl
provided by/graph/v1.0/me/drives
for"virtual/shares"
it only an empty page is shownSteps to reproduce
/graph/v1.0/me/drives
webUrl
given for"virtual/shares"
Expected behavior
some useful information shown, maybe the shared with me page
Actual behavior
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
PROXY_ENABLE_BASIC_AUTH=true OCIS_INSECURE=true PROXY_HTTP_ADDR=0.0.0.0:9200 OCIS_URL=https://host.docker.internal:9200 PROXY_TRANSPORT_TLS_KEY=./ocis.pem PROXY_TRANSPORT_TLS_CERT=./ocis.crt ./ocis/bin/ocis server
The text was updated successfully, but these errors were encountered: