docker
docker copied to clipboard
Cant load documents - fuse2 error - missing dependency?
Fresh install. Latest docker image. Latest Ubuntu server version. All clean installs.
NextCloud installation all working well.
Browse to files and inside the default Documents folder I choose the Welcome to Nextcloud Hub.docx file. It shows the loading page and I see the following error in the console for the docker.
Best guess: Has the image moved on to a version of linux that has fuse3 in it and not fuse2 so this is breaking now?
app_1 | IP - - [13/Sep/2022:23:36:04 +0000] "PROPFIND /remote.php/dav/files/USER/Documents/Welcome%20to%20Nextcloud%20Hub.docx HTTP/1.1" 207 1417 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36"
app_1 | dlopen(): error loading libfuse.so.2
app_1 |
app_1 | AppImages require FUSE to run.
app_1 | You might still be able to extract the contents of this AppImage
app_1 | if you run it with the --appimage-extract option.
app_1 | See https://github.com/AppImage/AppImageKit/wiki/FUSE
app_1 | for more information
Thanks for your assistance.