-
-
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
App update indicator shows but there is no update #10477
Comments
GitMate.io thinks possibly related issues are #5188 (No update shown), #4725 (App update notification, yet no update button), #3355 (App name is not shown / positioned correct), #8703 ("Your apps" does not show available updates), and #6024 (App with multi-lingual names is shown as Array when upgrading). |
Already fixed by #10508 |
I am on the Stable (13.0.6) channel and am getting notification on Nextcloud 14 (since 8 days) and when I follow the link it doesn't show the update button. Is this bug maybe still open? |
Steps to reproduce
Expected behaviour
After successful upgrade I see an upgrade indicator, but the page told me that there is no update available.
Server configuration
Operating system: Debian 9
Web server: Nginx
Database: MariaDB
PHP version: 7.2
Nextcloud version: (see Nextcloud admin page) 14 Beta 1
Updated from an older Nextcloud/ownCloud or fresh install: Updated from 13.0.5
App list
Enabled:
Disabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"cloud.timscharner.de",
"cloud.timscharner.com"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "https://cloud.timscharner.de",
"dbtype": "mysql",
"version": "14.0.0.13",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0,
"password": "REMOVED SENSITIVE VALUE",
"timeout": 0
},
"log_type": "file",
"logtimezone": "Europe/Berlin",
"logfile": "/var/www/cloud.timscharner.de/data/nextcloud.log",
"loglevel": 2,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "PLAIN",
"mail_smtpsecure": "tls",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "587",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"updater.release.channel": "beta",
"updater.secret": "REMOVED SENSITIVE VALUE",
"theme": ""
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
No
Are you using encryption: no
Client configuration
Browser: Firefox and Chrome
Operating system: Windows and Mac
The text was updated successfully, but these errors were encountered: