-
-
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
App Page not available after Upgrade to 15 Beta 2 #12507
Comments
GitMate.io thinks possibly related issues are #2399 (Avatar picture gone after Nc 10 to 11 beta 2 upgrade), #10517 (Upgrade to Nextcloud 14 beta 2 fails), #10495 (14 Beta 2), and #12497 (Update with updater from Nextcloud 15 Beta 1 to Beta 2 not possible). |
@Nils160988 Could you check the web browsers dev tools for errors? Typically you can open them in any browser with F12. |
Indeed, there are some errors: Console Output
Interestingly, I checked with another Laptop and could access the page without problems (same browser!). Does this information help? Edit: "Users" panel is also not working. |
@Nils160988 Just to confirm: This is happening for you in Firefox 63? Could you check with Chrome/Chromium? Could you clear the browser cache and load the page again? |
cc @skjnldsv |
This then sounds like a caching issue. @juliushaertl Any idea why the cache busting should not work? |
Data from server are the same, so yes, clearing cache seems like the issue here. |
Clearing the cache helped for me. Not sure if this information helps: I am using multiple nextcloud accounts (test.DOMAIN.de and DOMAIN.de) on this laptop. Is it possible that this has to do with the issue? |
It should not. Only the browser cache would make a difference here :) |
Steps to reproduce
Expected behaviour
See the usual page with all apps and options to disable, install, remove ... apps
Actual behaviour
Nothing on the page
It worked with Beta 1. If necessary, I can do further test and provide logs.
Help will be appreciated.
Server configuration
Operating system: Ubuntu 16.04.5
Web server: Apache/2.4.18
Database: 10.0.36-MariaDB
PHP version: 7.0.32-0ubuntu0.16.04.1
Nextcloud version: 15.0.0 beta 2
Updated from an older Nextcloud/ownCloud or fresh install: Updated
Where did you install Nextcloud from:
List of activated apps:
App list
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here.
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
XXXXXX"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"overwrite.cli.url": "httpsXXXX",
"htaccess.RewriteBase": "/",
"dbtype": "mysql",
"version": "15.0.0.6",
"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",
"mail_smtpmode": "sendmail",
"mail_smtpauthtype": "LOGIN",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"updater.release.channel": "beta",
"skeletondirectory": "/var/www/default-files",
"maintenance": false,
"loglevel": 2,
"theme": "",
"updater.secret": "REMOVED SENSITIVE VALUE"
}
}
Are you using external storage, if yes which one: local
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Firefox 63.0
Operating system: Ubuntu 18.04.01
The text was updated successfully, but these errors were encountered: