Skip to content
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

Nextcloud Talk app doesn't recognize Nextcloud 22.0.11 #5989

Closed
schklom opened this issue Jul 11, 2021 · 1 comment
Closed

Nextcloud Talk app doesn't recognize Nextcloud 22.0.11 #5989

schklom opened this issue Jul 11, 2021 · 1 comment

Comments

@schklom
Copy link

schklom commented Jul 11, 2021

Steps to reproduce

  1. Install Nextcloud Talk either from F-Droid or from Play Store
  2. Login

Expected behaviour

I should be able to login

Actual behaviour

F-Droid Nextcloud Talk:
Screenshot_20210711-163350_Nextcloud_Talk

Play Store Nextcloud Talk:
Screenshot_20210711-172400_Talk

Server configuration detail

Operating system: Linux 5.10.0-0.bpo.7-arm64 #1 SMP Debian 5.10.40-1~bpo10+1 (2021-06-04) aarch64

Webserver: Apache/2.4.38 (Debian) (apache2handler)

Database: pgsql PostgreSQL 13.3 on aarch64-unknown-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit

PHP version:

7.4.21
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, session, posix, Reflection, standard, SimpleXML, pdo_sqlite, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, apcu, bcmath, exif, gd, gmp, imagick, intl, ldap, memcached, pcntl, pdo_mysql, pdo_pgsql, redis, sodium, zip, Zend OPcache

Nextcloud version: 22.0.0 - 22.0.0.11

Updated from an older Nextcloud/ownCloud or fresh install: Updated from Nextcloud 21

Where did you install Nextcloud from: Docker

Signing status

Array
(
)

List of activated apps
Enabled:
 - accessibility: 1.7.0
 - activity: 2.15.0
 - apporder: 0.13.0
 - breezedark: 22.0.0
 - bruteforcesettings: 2.2.0
 - calendar: 2.3.0
 - checksum: 1.1.2
 - circles: 22.0.0
 - cloud_federation_api: 1.4.0
 - comments: 1.11.0
 - contacts: 4.0.0
 - contactsinteraction: 1.2.0
 - dashboard: 7.1.0
 - dav: 1.18.0
 - deck: 1.5.0
 - event_update_notification: 1.3.0
 - federatedfilesharing: 1.11.0
 - federation: 1.11.0
 - files: 1.16.0
 - files_automatedtagging: 1.12.0
 - files_external: 1.12.1
 - files_markdown: 2.3.4
 - files_pdfviewer: 2.3.0
 - files_retention: 1.11.0
 - files_rightclick: 1.1.0
 - files_sharing: 1.13.2
 - files_trashbin: 1.11.0
 - files_versions: 1.14.0
 - files_videoplayer: 1.11.0
 - firstrunwizard: 2.11.0
 - integration_dropbox: 1.0.2
 - integration_github: 1.0.1
 - integration_google: 1.0.3
 - integration_onedrive: 1.1.0
 - integration_twitter: 1.0.1
 - issuetemplate: 0.7.0
 - logreader: 2.7.0
 - lookup_server_connector: 1.9.0
 - maps: 0.1.9
 - metadata: 0.14.0
 - music: 1.2.1
 - nextcloud_announcements: 1.11.0
 - notes: 4.1.0
 - notifications: 2.10.1
 - oauth2: 1.9.0
 - password_policy: 1.12.0
 - phonetrack: 0.6.7
 - photos: 1.4.0
 - previewgenerator: 3.1.1
 - privacy: 1.6.0
 - provisioning_api: 1.11.0
 - serverinfo: 1.12.0
 - settings: 1.3.0
 - sharebymail: 1.11.0
 - spreed: 12.0.0
 - support: 1.5.0
 - systemtags: 1.11.0
 - tasks: 0.13.6
 - text: 3.3.0
 - theming: 1.12.0
 - twofactor_backupcodes: 1.10.1
 - twofactor_totp: 6.1.0
 - updatenotification: 1.11.0
 - user_status: 1.1.1
 - viewer: 1.6.0
 - weather_status: 1.1.0
 - workflowengine: 2.3.0
Disabled:
 - admin_audit
 - cookbook
 - encryption
 - extract
 - files_downloadactivity
 - files_trackdownloads
 - flow_notifications
 - groupfolders
 - health
 - quota_warning
 - recommendations
 - survey_client
 - talk_simple_poll
 - user_ldap

Configuration (config/config.php)
{
    "htaccess.RewriteBase": "\/",
    "memcache.local": "\\OC\\Memcache\\APCu",
    "apps_paths": [
        {
            "path": "\/var\/www\/html\/apps",
            "url": "\/apps",
            "writable": false
        },
        {
            "path": "\/var\/www\/html\/custom_apps",
            "url": "\/custom_apps",
            "writable": true
        }
    ],
    "memcache.distributed": "\\OC\\Memcache\\Redis",
    "memcache.locking": "\\OC\\Memcache\\Redis",
    "redis": {
        "host": "***REMOVED SENSITIVE VALUE***",
        "password": "***REMOVED SENSITIVE VALUE***",
        "port": 6379
    },
    "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpmode": "smtp",
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "465",
    "mail_smtpsecure": "ssl",
    "mail_smtpauth": true,
    "mail_smtpauthtype": "LOGIN",
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "localhost",
        "***REMOVED SENSITIVE VALUE***"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "pgsql",
    "version": "22.0.0.11",
    "overwrite.cli.url": "http:\/\/localhost",
    "overwriteprotocol": "https",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "logfile": "\/mylog\/nextcloud.log",
    "logtimezone": "Europe\/Oslo",
    "default_phone_region": "FR",
    "twofactor_enforced": "false",
    "twofactor_enforced_groups": [],
    "twofactor_enforced_excluded_groups": [],
    "maintenance": false,
    "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
    "loglevel": 2,
    "app_install_overwrite": [
        "tasks",
        "files_retention",
        "metadata",
        "previewgenerator",
        "issuetemplate"
    ]
}

Are you using external storage, if yes which one: local

Are you using encryption:

Are you using an external user-backend, if yes which one:

@schklom schklom changed the title Nextcloud Talk app fail to connect Nextcloud Server 22.0.11 Nextcloud Talk app doesn't recognize Nextcloud 22.0.11 Jul 11, 2021
@nickvergessen
Copy link
Member

The android app was fixed to handle this better now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants