Plötlich geht es nicht mehr das Teilen über den Browser sei es Edge oder Mozilla oder Chrome
Beim klicken auf den Teilen Button erscheint nur ein Ladesymbol
Das Teilen über die Nextcloud App funktioniert einwandfrei.
Filesharing Ver 1.20.0 ist akiviert
selbst über localhost lässt sich das Teilen Menü nicht öffnen
Nextcloud28.0.6
PHP 8.1.2
Apache 2.4.52
10.6.16-MariaDB-0
ubuntu0.22.04.1 (alle Pakete aktuell )
im nextcloud log steht nichts dazu loglevel 2
Du könntest mal im Browser mit der Taste F12
auf die Browser-Entwicklertools wechseln und schauen, ob z. B. irgendwelche Elemente nicht geladen werden können.
Dass Edge, Firefox und Chrome nicht funktionieren spricht gegen irgendwelche Adblocker oder setzt du sowas irgendwie zentral ein? Somit wahrscheinlich eher ein serverseitiges Nextcloud-Problem.
Adblocker können ausgeschlossen werden.
Sidebar.vue:471 TypeError: Cannot read properties of null (reading ‘isFavourited’)
TypeError: Cannot read properties of undefined (reading ‘aliases’)
Sidebar.vue:464 TypeError: Cannot read properties of undefined (reading ‘focus’)
Sidebar.vue:471
Ich hoffe ich hab die richtig zusammenkopiert
habe gerade herausgefunden das das Teilen von Umfragen einwandfrei funktioniert nur das Teilen von Dateien eben nicht
Leider habe ich keine Idee und auch die Fehler helfen nicht wirklich. Hast du irgendwelche anderen Apps installiert? Kannst du die evtl. mal deinstallieren? Manchmal gibt es damit Probleme.
es gibt ein offenes ticket
opened 03:10PM - 11 Mar 24 UTC
bug
feature: sharing
0. Needs triage
feature: files
feature: file sidebar
28-feedback
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, no… t a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3Abug) OR [Nextcloud Community Forum](https://help.nextcloud.com/) _(I've searched it)_.
- [X] Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions.
- [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Bug description
In Files I try to show the file details or share a file. The sidebar loads endlessly:
![Screenshot 2024-03-11 at 15-59-23 Dateien - plan neo cloud](https://github.com/nextcloud/server/assets/367592/f1c8a0aa-65c2-4b2a-b0b5-6b63e2ee65d1)
### Steps to reproduce
1. I click on the three dots next to a folder or files
2. I choose "Details öffnen"
3. Sidebar opens, nothing is displayed
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?
- [X] Default user-backend _(database)_
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
### Configuration report
_No response_
### List of activated Apps
```shell
Disabled all - problem remains
```
### Nextcloud Signing status
```shell
No errors have been found.
```
### Nextcloud Logs
_No response_
### Additional info
_No response_
1 Like