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
Browser: firefox 99.0.1 and 100.0b9, chromium 101.0.4951.54
Operating system: archlinux
Logs
Browser log
Uncaught ReferenceError: DOMPurify is not defined
at Object.<anonymous> (public-share.js:55:11)
at l (jquery.js:3268:31)
at Object.fireWith [as resolveWith] (jquery.js:3398:7)
at k (jquery.js:9305:14)
at XMLHttpRequest.<anonymous> (jquery.js:9548:9)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
I would expect to see a rendered preview of the file
Actual behaviour
instead I just see the loading spinner and then an empty white box
looking at the code and devtools, it seems like my system is expecting but not finding the
DOMPurify
function. (see the stack trace below.)Server configuration
Operating system: nixos
Web server: nginx
Database: postgresql
PHP version: 8.0.18
Nextcloud version: 23.0.4
Where did you install Nextcloud from: nix (package manager)
List of activated apps:
Nextcloud configuration:
Client configuration
Browser: firefox 99.0.1 and 100.0b9, chromium 101.0.4951.54
Operating system: archlinux
Logs
Browser log
The text was updated successfully, but these errors were encountered: