R053NR07

Results 7 comments of R053NR07

Hey, we have the same issue here and the sed command + python.fact deletion from https://github.com/debops/debops/issues/2149#issuecomment-1256635491 helped at first. Somehow the facts broke after that again. Running bootstrap again triggered...

I had the same Issue and setting the CORP Header fixed the Problem for me. Some Information about CORP from [mozilla](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy). In nginx this is done by adding: `add_header Cross-Origin-Resource-Policy...

I get this issue when "hide download" is activated. If not it's loading.

Is there any Update on this topic? NC28 is almost end-of-life.

A workaround for nginx equivalent to @benedikt-s approach is something like: `more_set_input_headers "Origin: $http_origin:443";`

This Bug still exists in NC28. Also circumventing it atm with a null check: ```php if (is_null($result) || !is_array($result) || empty($result[0]) || !is_array($result[0])) { return; } ``` I'm also not...

Same Problem here on Nextcloud 31.0.10 but bug active since around 24.09.2025 so more versions should be affected. Also the bug also disappears here when accessing the gallery through a...