Nextcloud version: Nextcloud Hub 5 27.0.2
Operating system and version: Debian 12 + docker
I am using NextCloud AIO
The issue you are facing:
I cannot really use NextCloud properly. So many people like it, but it doesnât work for me well.
Creating a file results in âUnable to create new file from templateâ + "Could not fetch file details âAAA.mdâ. After page refresh, the file is actually there.
Removing files with checkboxes + actions menu doesnât work at all. There is zero reaction and zero information in the logs. The files just stay.
If I use 3 dot menu on single file (no selection), the progress indicator is shown on file and spins indefinitely. After refreshing the page, the file is indeed deleted.
If I select all files in directory, I can download them with actions menu, but if I deselect at least one, nothing happens.
The output of your Nextcloud log in Admin > Logging:
Nothing related I guess. It pops up much more rarely than my attempts to delete files
proc_open(): Exec failed: No such file or directory at /var/www/html/custom_apps/memories/lib/Exif.php#355
The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
not sure how to find it
I run it in Debian VM under proxmox. I have Intel i5-10400, 32GB ram assigned to this VM. I have storage on NVME with 400 GB free space.
I disabled most of the apps, I setup onlyoffice, but it actually doesnât matter. Initial setup is as broken as current.
When I am googling my issues I find nothing. I have no idea how to debug and fix it. Iâd really love to have nextcloud working properly
Please post your Docker Compose file along with the output from occ config:list system and occ config app:list.
The "Could not fetch file details âAAA.mdâ is the result of a WebDAV query so the server-side logs should show something that matches the transaction if theyâre configured reasonably.
Given the other issues noted, can you:
try from a different browser
clarify whether youâre using a proxy/CF/etc?
Also may be worth disabling the memories app to re-test without it.
The logs that I see in the UI literally have nothing pipping up after the error with AAA.md. I have default config from AIO
I tried a different browser: switched from Opera to Chrome and it worked there. No errors at all and everything is fast and correct. Then I used private mode in opera and it also works. I disabled adblocking and all extensions and it is still broken in my Opera but I guess this is fixable somehow.
Thank you again. I wouldnât think about such a simple thing!
It looks like lodash is missing. But when loading the page, I see no error requests in the Network tab.
Creating a file also has an error with _.findWhere.
I also checked creating file in incognito mode, where it works without any issues (files is created, changes are saved, no errors in UI), but it shows these errors in the console: