-
Steps to reproduce
Expected behaviorFiles open, directories got listed Actual behaviorConnection is stuck Host OSUbuntu 22.04 Nextcloud AIO versionNextcloud AIO v6.2.1 Current channellatest Other valuable infoA hint where to start debugging, or whether I should try without NGINX reverse proxy first would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
Hi, can you post the output of |
Beta Was this translation helpful? Give feedback.
-
There is no log output. Here some more info:
I did reboot the server. After login the dashboard shows. When I click on Files the files show normally, when I click on Photos the connection hangs again.
I added 2GB of swap and restarted. Same problem. Next, I disabled preview generation, via:
Now everything is reacting normally and clicking on Photos works without getting stuck. So, something seems to be off with imaginary. What to try next? |
Beta Was this translation helpful? Give feedback.
-
I'll move this to discussions for now since I cannot reproduce the issue. |
Beta Was this translation helpful? Give feedback.
-
Can you disable imaginary temporarily and check if that fixes the issue for you? |
Beta Was this translation helpful? Give feedback.
-
See my last post. I disabled "enable_preview" then everything seems to work |
Beta Was this translation helpful? Give feedback.
-
Ah! Sorry, I did not realise that is any different. Searching for imaginary in nextcloud and googling for disabling it did not yield any results. So I checked the config again and used common sense. I changed the config now to:
Is this what I should do? With this setting, everything is "clickable" as well. No hangs. |
Beta Was this translation helpful? Give feedback.
-
@szaimen I started digging and debugging a bit further. What hangs now (or in general, see below) is OpenDocument preview generation. Test 1: When I disable preview generation altogether, I can open OpenDocument files via Collabra. Test 2: I enable preview generation and disable OpenDocument preview generation. Then, markdown and image previews are shown. I am running out of time for today, next things to investigate: I am running on 2 cores. The preview generation limits the parallel processes to 4 then. That means these would be exhausted when displaying the Dashboard since there are 5 open office files for demonstration. When clicking on Photos the preview requests will get stuck in the semaphore limiting the parallelism. My problem might be unrelated to Imaginary. So maybe I could switch imaginary on again, and keep OpenDocument preview generation off to test further. The allowed parallelism depends on the cores. How many cores are you using for testing? |
Beta Was this translation helpful? Give feedback.
No, the easiest way would have been to disable imaginary from the AIO interface.
I see. We have a fix scheduled for the next release which hopefully fixes the problem for you.