owncloud / web

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

page reload for app provider apps in public links is broken (leads to 401) #11145

Closed kulmann closed 5 days ago

kulmann commented 2 weeks ago

Describe the bug

Being in a public link, when doing a page reload in a document opened in an app provider app (Collabora / OnlyOffice) a 401 error is shown after redirect into the specific app url.

Steps to reproduce

  1. Open a public link which holds a test.docx file (or other file type that's supported by e.g. Collabora
  2. Open the test.docx file
  3. Do a page reload
  4. After the currently required internal redirect from /external to /external-collabora the virtual public link space doesn't seem to be resolved anymore and the app shows a 401 error message.

Expected behavior

Page reload works.

Actual behavior

Page reload results in 401.

Screenshot 2024-07-05 at 08 38 23
kulmann commented 5 days ago

Fixed by https://github.com/owncloud/web/pull/11192