-
-
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
[Bug]: Cannot obtain the list of apps #42042
Comments
Same here with Nextcloud 6 (27.1.3) via snap |
Same here on snap 27.1.4. |
That is strange, as yesterday it worked fine. The only page displayed is App Bundles CLI |
this worked 4 hours ago :D |
May that be resulted by the app API at apps.nextcloud.com? UPD: Probably it is. Place this config line to your config.php
and you will see your apps, though you will not be able to install other apps from the appstore, and the categories will disappear. |
Same error here. PHP installer, version 27.1.4. Server configuration detailOperating system: Linux 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 Webserver: Apache (apache2handler) Database: mysql 10.11.4 PHP version: 8.2.7 Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, random, Reflection, SPL, session, standard, sodium, apache2handler, mysqlnd, PDO, xml, apcu, bcmath, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, igbinary, imagick, intl, exif, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, zip, Zend OPcache Nextcloud version: 27.1.4 - 27.1.4.1 Updated from an older Nextcloud/ownCloud or fresh install: Where did you install Nextcloud from: unknown Signing status[] List of activated apps
Configuration (config/config.php)
Cron Configuration: Array External storages: files_external is disabled Encryption: no User-backends:
Talk configuration: STUN servers
TURN servers
Signaling servers (mode: default):
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0 |
Duplicate of #42037 Please subscribe/monitor there (and also only use a thumbs up 👍 (there) rather than commenting unless you have useful information to add. Thanks! |
I'm having the same Problem and i think i found the problem. Starting from line 357 the currentVersion is being set, however in the else block as seen in the code snippet below the currentLanguage is being overwritten by the version number. This will set the currentLanguage to a version string like 0.7.2 thus the code below it will use the wrong variable as the language. This will cause the expected behaviour and the Apps are no longer shown in the App overview.
The Fix is quite simple replace currentLanguage in Line 371 with currentVersion. |
Bug description
Today I found that the lists of apps is empty: none of categories is shown. There are errors in the log file, see below.
Steps to reproduce
/settings/apps
Expected behavior
There should be lists of apps
Installation method
Community Web installer on a VPS or web space
Nextcloud Server version
27
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 22.1 to 22.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Nextcloud Signing status
No response
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: