-
-
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]: File details don't show / sharing doesn't work #44128
Comments
I'm having this same issue. As far as I recall, it started when I upgraded to the latest major version (28). Sharing still works in the iOS app, but it will not work in the web interface. And I cannot load the file details sidebar to get, e.g., versioning. |
Same issue here on Nextcloud 28.0.4. If the file has a thumbnail, the sidebar works as usual. |
Errors in the same context:
Seems like theres something wrong in the sidebar module. |
Hi. This isn't readily reproducible so far. Please provide further details:
Also worth checking if any earnings/error visible under Administration settings -> Overview. |
Here is the systeminfo and app-list. I removed all unnessecary lines. Systeminfo
App-ListEnabled:
Disabled:
|
In
|
@kaffeeringe @ntltdev A standard update run would have triggered those |
This did not fix my issue. I'm still getting endless circling when I try to share, and when I try to display info in the sidebar. |
Same thing happening here, running 29.0.0
|
sudo -u www-data php occ maintenance:mimetype:update-js sudo -u www-data php occ maintenance:repair
Problem ist still there Opening the Details of a folder doesnt work So you cant share opening a file and then details does work . |
See also #45584 |
In Microsoft Edge I reloaded the Page in IE Kompatibily mode and there it works now as well |
Same issue in Version Nextcloud Hub 8 29.0.2. |
This is not working for me in either Edge or Chrome (previous post). I'm still getting endless circling with the mobile view in Chrome. And I can't even get the main page to load in IE Compatibility mode. It just shows me the link to the Nextcloud corporate website. |
BTW: I works form me now, since the update to 29.0.0Am 13.06.24, 17:06 schrieb dathbe ***@***.***>:
In Microsoft Edge I reloaded the Page in IE Kompatibily mode and there it works now as well
This is not working for me in either Edge or Chrome (previous post). I'm still getting endless circling with the mobile view in Chrome. And I can't even get the main page to load in IE Compatibility mode. It just shows me the link to the Nextcloud corporate website.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I updated two apps totay collectives: 2.12.0 and polls: 7.1.1 |
I don't have any apps to update, and I can still only share through the mobile app. |
I also updated both apps (Polls and Collective) but still the same issue with the newer ending loading circle. |
There are likely multiple situations being described here. It's likely not all of you are encountering the same situation. The inability to pull in these JavaScript files would result in similar errors in the console and browser, but the root cause depends on precisely why you're not getting these files. In some cases this has been due to a web server misconfiguration. I think those would typically be 404 errors (not the 500). For example, if you're running Nextcloud via an LSIO Docker image, you may need to refer to their docs and update your Nginx config since there was an issue a bit back there. For the ones seeing 500 errors, well, error logs from the web server and Nextcloud would be necessary. The OP reported their matter fixed: #44128 (comment) so anyone experiencing this s should probably take this to the help forum to try to isolate whether this is a bug or a configuration matter in their particular case - https://help.nextcloud.com |
YAY! This seems to have been my issue. I deleted Thanks so much! |
@joshtrichards and @dathbe thank you so much. It is solved now on my unraid server. I have deleted
and
after that I restarted my dockers and it worked :) |
Thanks! This fixed the issue. |
Bug description
In Files I try to show the file details or share a file. The sidebar loads endlessly:
Steps to reproduce
Nextcloud tries to load https://MYDOMAIN.COM/core/js/merged-template-prepend.js which fails with an error 500 - Is seems this files doesn't even exist - there is no merged-template-prepend.js only a .json
When I try to open the sidebar, this error appears in the console:
TypeError: OC.MimeType is undefined
getIconUrl Sidebar.vue:377
getPreviewIfAny Sidebar.vue:351
background Sidebar.vue:242
VueJS 3
appSidebar Sidebar.vue:256
VueJS 3
dt Sidebar.vue:1
VueJS 14
open Sidebar.vue:484
exec sidebarAction.ts:49
onActionClick FileEntryActions.vue:171
click FileEntryActions.vue:4
VueJS 4
onClick actionText-bMy_49i8.mjs:118
handleClick NcActionButton.mjs:113
VueJS 33
Expected behavior
Sidebar opens, something is displayed
Installation method
None
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
None
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: