owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
429 stars 161 forks source link

Open files in search context is broken #7456

Closed hurradieweltgehtunter closed 2 years ago

hurradieweltgehtunter commented 2 years ago

Steps to reproduce

  1. Upload a file to a folder
  2. Search for this file in the top search bar
  3. Click on search results

Expected behaviour

Depending on which search result the user click it should either

Actual behaviour

Broken screen appears (see video)

https://user-images.githubusercontent.com/16665512/184831377-a14a435a-fff6-4319-9dec-86ea60726b44.mov

Environment general

https://ocis.ocis-wopi.latest.owncloud.works

Environment ownCloud Infinite Scale

Browser log

XHR request:

PROPFIND | 
scheme | https
host | ocis.ocis-wopi.latest.owncloud.works
filename | /remote.php/dav/spaces/1284d238-aa92-42ce-bdc4-0b0000009157!65b1803d-f0ef-4dc0-a60d-8a1d0a597347/Beispiel.pdf
Statuscode: 404 (Not Found)

Reply:

<?xml version="1.0" encoding="UTF-8"?>
<d:error xmlns:d="DAV" xmlns:s="http://sabredav.org/ns"><s:exception>Sabre\DAV\Exception\NotFound</s:exception><s:message>Resource not found</s:message></d:error>
grafik
fschade commented 2 years ago

@kulmann backend is involved, I can take it over

AlexAndBear commented 2 years ago

Renamed the title a little, as I panicked before 😅

AlexAndBear commented 2 years ago

Fixed via: https://github.com/owncloud/ocis/pull/4485