In the last week, I have encountered a problem with NC 31.0.4 and my reverse proxy, Nginx Proxy Manager (NPM). (Strangely, I had no problems with this a week ago!) I can load and run NC normally, and am confident that my config is correct because I have run NC for years behind NPM. However, now, when I choose either the share icon or the 3 dots, and choose “Open Details”. The sidebar opens and spins forever. After researching, I realize that it relates to NPM because I find the following:
This URL behaves as expected. (It is the direct local URL bypassing NPM):
Based on Gemini and this URL, I have added the following to the “Custom Nginx Configuration” box:
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
proxy_max_temp_file_size 0; # Optional: Disable writing to disk for very large files
client_body_buffer_size 512k;
proxy_read_timeout 86400s;
client_max_body_size 0;
Unfortunately, the problem persists. Does anyone have any suggestions on other configurations that I should change to address this?
index.junk.mjs was triggered by the Activity so I deactivated that and everything functioned as expected. However, I want the app so re-enabled it and now things are working fully.
I have no idea why enabling and disabling the Activity seemed to address the issue. I am scratching my head about what happened and why this action fixed it.