-
-
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
Share Link not working #18502
Comments
Thank you for reporting this issue 👍 Would you mind to edit your post and add the issue template? The information are required to reproduce your issue. |
Done. Hope this helps some. |
I will need your browser console log to investigate this issue. Open your console, reload your page and/or do the action leading to this issue and copy/paste the log in this thread. How to access your browser console (Click to expand)Chrome
Safari
IE9
Firefox
Opera
|
Sure, here you go. Sorry, this pulling of logs is still new to me. I found some messages of blocked content in there and I was able to determine that my uBlock Origin extension actually seems to block the plus-sign that I need to click on for sharing of links. This seems really odd to me because I've had this extension for a long time and never had this issue earlier. Is it possible that something changed on Nextcloud's side or is this probably due to some change in uBlock?
|
Thanks 👍 There is not much we can do. It's probably fixed with Nextcloud 18. Check #14616 for more details. Okay with you to close this one? |
Yeah sure, close it up. Just glad the problem was a simple fix. Thanks for our help! |
Hello,
I recently upgraded from 16.0.4 to 17.0.1. I just noticed that now the option to create a share link for a file or folder seems not to work anymore. The Button is there, it simply doesn't do anything. Could anyone help with that?
If additional info is required I can provide it.
Steps to reproduce
Expected behaviour
"Share Link" should produce a share link as before.
Actual behaviour
Button does nothing, browser does not recognize it as a button
Server configuration
Operating system: Debian 10 Buster (Rasbian)
Web server: Apache
Database: MariaDB
PHP version: 7.3
Nextcloud version: 17.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 16.0.4
Where did you install Nextcloud from: Tarball from website. Update was done first via Browser interface, after that didn't work I tried command line and that worked.
Signing status:
No errors have been found.
List of activated apps:
Disabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"192.168.178.48",
"REMOVED SENSITIVE VALUE""
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "17.0.1.1",
"overwrite.cli.url": "http://192.168.178.48/nextcloud",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.locking": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379
},
"maintenance": false,
"has_rebuilt_cache": true,
"theme": "",
"loglevel": 2,
"data-fingerprint": "cdc22d1de2b23fe6b7a91647f80e2a85",
"app_install_overwrite": [
"ojsxc"
]
}
}
Are you using external storage, if yes which one: I attached a HDD and moved the data folder there.
Are you using encryption: no
Are you using an external user-backend, if yes which one: No
Client configuration
Browser: Firefox
Operating system: Arch
Logs
Web server error log
[http2:warn] [pid648] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your sever will continue to work but the HTTP/2 protocol will be inactive.
Basically there's nothing else here
Nextcloud log (data/nextcloud.log)
Can't figure out how to get my hands on this at the moment.
The text was updated successfully, but these errors were encountered: