Hi ,
I use NextCloud for two years, and it works well. Thanks !
Recetly, when I need to share to my friends, I can not copy the link,
why that happened? What should I do?
My NextCloud version is 25.0.4.
1 Like
Maybe Javascript problem. Can you test another browser. Check browser settings and browser addons.
Hi
Thanks for your reply!
I tried Google Chrome and Microsoft Edge browser, It’s the same. Maybe I should clear cookie and try again?
I think if you have the problem with different browsers than it is no cookie problem. But you can press F12 for browser dev tools. Maybe you find a hint.
ernolf
March 12, 2023, 11:05am
6
huaKing:
I use NextCloud for two years, and it works well. Thanks !
Recetly, when I need to share to my friends, I can not copy the link,
why that happened? What should I do?
My NextCloud version is 25.0.4.
Hi huaKing,
are you conecting with http or https?
1 Like
İ’m here to find any solution about same problem. Temprorarly i solve with “snap revert nextcloud” command. İt’s not solution but NC runs normally now.
nextcloud reverted to 25.0.3snap3
thank you , now it works well.
erik_b
June 17, 2023, 11:52am
9
i have this same problem on a clean install on my truenas system, has anyone found a solution yet?
jtr
June 17, 2023, 4:59pm
10
Likely HTTP is in use. Switch to HTTPS.
opened 11:28AM - 07 Feb 23 UTC
bug
0. Needs triage
25-feedback
26-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 _(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] Nextcloud Server **is** running on 64bit capable CPU, PHP and OS.
- [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Bug description
After update from 25.0.3.2 to 26.0.04 (beta2), the previous hover-over message for share links `Copy to clipboard` changed into `Copy public link of "Share link" to clipboard` and for Internal links it changed into `Copy internal link to clipboard` but it does not copy the respective link by clicking left mous button as it did before. Using the right mouse button context menu of the browser to copy the link location works though.
### Steps to reproduce
1. Go to sharing details of a random file
2. Create Share link (not necessary for testing public link behavior)
3. Test the behavior as described
### Expected behavior
Copy link to clipboard with left mouse button, as indicated in the hover-over message
### Installation method
Community Manual installation with Archive
### Operating system
Debian/Ubuntu
### PHP engine version
PHP 8.1
### Web server
Apache (supported)
### Database engine version
MariaDB
### Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
### Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
### What user-backends are you using?
- [X] Default user-backend _(database)_
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
### Configuration report
```shell
root@nc-test-VM:~# sudo -u www-data php -f /var/www/nextcloud/occ config:list system
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"trusted_domains": [
"192.168.188.40",
"192.168.178.40"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"version": "26.0.0.4",
"check_for_working_htaccess": false,
"overwrite.cli.url": "http:\/\/192.168.188.40",
"htaccess.RewriteBase": "\/",
"dbtype": "mysql",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"default_phone_region": "DE",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"updater.release.channel": "beta",
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"theme": "",
"log_query": false,
"loglevel": 2
}
}
```
### List of activated Apps
```shell
root@nc-test-VM:~# sudo -u www-data php -f /var/www/nextcloud/occ app:list
Enabled:
- activity: 2.18.0
- circles: 26.0.0-beta2
- cloud_federation_api: 1.9.0
- comments: 1.16.0
- contactsinteraction: 1.7.0
- dashboard: 7.6.0
- dav: 1.25.0
- federatedfilesharing: 1.16.0
- federation: 1.16.0
- files: 1.21.1
- files_pdfviewer: 2.7.0
- files_rightclick: 1.5.0
- files_sharing: 1.18.0
- files_trashbin: 1.16.0
- files_versions: 1.19.1
- firstrunwizard: 2.15.0
- logreader: 2.11.0
- lookup_server_connector: 1.14.0
- nextcloud_announcements: 1.15.0
- notifications: 2.14.0
- oauth2: 1.14.0
- password_policy: 1.16.0
- photos: 2.2.0
- privacy: 1.10.0
- provisioning_api: 1.16.0
- recommendations: 1.5.0
- related_resources: 1.1.0-alpha1
- serverinfo: 1.16.0
- settings: 1.8.0
- sharebymail: 1.16.0
- support: 1.9.0
- survey_client: 1.14.0
- systemtags: 1.16.0
- text: 3.7.0
- theming: 2.1.1
- twofactor_backupcodes: 1.15.0
- updatenotification: 1.16.0
- user_status: 1.6.0
- viewer: 1.10.0
- weather_status: 1.6.0
- workflowengine: 2.8.0
Disabled:
- admin_audit: 1.16.0
- bruteforcesettings: 2.6.0
- encryption: 2.14.0
- files_external: 1.18.0
- suspicious_login: 4.4.0
- twofactor_totp: 8.0.0-alpha.0
- user_ldap: 1.16.0
```
### Nextcloud Signing status
```shell
No errors have been found.
```
### Nextcloud Logs
_No response_
### Additional info
I have tested it with this browsers:
- Brave
- Chrome
- Opera
syank
June 19, 2023, 9:20am
11
I have the same problem, the version is 25.0.7, no response after clicking the copy link, can I update this problem to handle it? I am using http and don’t want to switch to https.
ernolf
June 19, 2023, 10:12am
12
That was the reason, why I asked
before, but nobody answered.
1 Like
RrBd
April 12, 2024, 6:52pm
13
“Switch to https” also is the solution for me with Version 28.0.2.5
CUP
Rainer