-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Can't share folders/files from webui, infinite load #45584
Comments
The correct name is |
Didn't work. Thanks though. edit: ...as in, the command worked, I got a |
Can you please check your browser log for any failed requests? Especially JS? |
I'm not super familiar with browser logs, but in the Network tab (chrome-based browser), I get the following 404:
I do have some special headers set on my instance. I'm going to try removing them and will let you know if that helps. |
No luck. I get the same error even when the custom headers are removed, and even when I access the instance directly (i.e., not through a reverse proxy...which is where the custom headers are implemented). |
So it seems you could resolve the issue: #44128 (comment) |
Yes. |
Bug description
Attempting to share or open file/folder info sidebar results in an infinite circling load.
I have read through #44646 . I executed
occ maintenance:repair
. It ran, but did not resolve the problem. I executedocc maintenance:update-js
, but got a "Command "maintenance:update-js" is not defined." error.This comment in that thread seems to be the same issue I'm having #44646 (comment). I don't know if it was resolved.
Steps to reproduce
1.Log in
2.Attempt to share or "Open details"
3.Endless circling in sidebar
Expected behavior
Sidebar will open to either show file/folder details or sharing options.
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No related Nextcloud log errors or warnings that I'm seeing.
Additional info
I am using the Linuxserver docker image.
My browser console logs are here (one from a Firefox-based browser, one from a Chrome-based browser):
No issues listed in Security setup & warnings section of admin settings.
All my apps are updated, and I am not running Talk.
The text was updated successfully, but these errors were encountered: