-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Linux client does not synchronize automatically after a fresh reinstall using Ubuntu 18.04 with SSL/TLS/https #10454
Comments
GitMate.io thinks possibly related issues are #3006 (Tasks not syncing in Evolution (Ubuntu 16.04 Evolution v3.18.5.2)), #9448 (Installing an app on Ubuntu Server 18.04 crashes server), #6312 (Ubuntu client still has mentions of ownCloud), #7221 (Can not detect https with CloudFlare Flexible SSL), and #7157 (Used space / free space not automatically refreshing (webinterface)). |
I think this issue is not related with the ones above (but, who knows...). |
In one notebook, I did a complete uninstall of all files of the Nextcloud client and installed it again. |
In the last two days, one by one, some accounts/machines started do synchronize. |
Hey @GustavoMarcante, is this still relevant? |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi. I'm using Nextcloud since its lauch.
For a long time, it was running with Ubuntu 16.04 on a Digital Ocean droplet without secure connection (http://mydomain.com).
Now I created a new droplet with Ubuntu 18.04 with a Let's Encrypt SSL Certificate and reinstalled Nextcloud (without snap) following the common instructions (importing files and database).
After that, the mobile app is working fine.
But the Linux desktop client, running in desktops with Ubuntu 16.04 and 18.04, does not start synchronizing automatically.
I try to disable and enable the synchronization at the Nextcloud topbar icon (what worked before) and also logging out and in at the Nextcloud settings windows, and does not work. I need to remove the account and include it again each time I turn on the desktop to make the synchronization starts again.
Then it works normally. Until I close the section.
The client server did not change in any desktop.
The server had PHP 7.0 before and 7.2 now.
The problem happens both with http:// and https:// connection.
Steps to reproduce
Expected behaviour
When logged, starts synchronizing.
Actual behaviour
Just removing the account and putting it in again makes the synchronizing start (says "no connection").
Server configuration
Operating system:
Ubuntu 18.04
Web server:
Apache
Database:
MariaDB
PHP version:
7.2
Nextcloud version: (see Nextcloud admin page)
13.0.4 and 13.0.5
Updated from an older Nextcloud/ownCloud or fresh install:
fresh install with database import
Where did you install Nextcloud from:
It was running in a Digital Ocean droplet with the same configuration (2MB)
Signing status:
Signing status
List of activated apps:
App list
Enabled:
Disabled:
Nextcloud configuration:
Config report
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"criamosjuntos.com",
"baby.criamosjuntos.com"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "http://criamosjuntos.com",
"dbtype": "mysql",
"version": "13.0.5.2",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"maintenance": false,
"data-fingerprint": "f38c6db764d05a3ad5527a2455b4b409",
"updater.secret": "REMOVED SENSITIVE VALUE",
"theme": "",
"loglevel": 2
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser:
The problem is using the desktop app (I use Firefox).
Operating system:
Ubuntu 16.04 and 18.04
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
/var/www/nextcloud/datanextcloud.log has 0 bytes.Browser log
The problem is using the desktop app, not the browser.
The text was updated successfully, but these errors were encountered: