-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Description
Steps to reproduce
- unfortunaltely, the problem appears intermittently, such that there is no pattern of reproducibility.
Expected behaviour
a logged in session shall not show up "Problem loading page, reloading in 5 seconds" intermittently and for no reason and kick the user out of the application.
Actual behaviour
sooner or later, sometimes even when just going beyond the login screen, a page top info box appears, saying "Problem loading page, reloading in 5 seconds" and the session gets closed coming up with the login screen again. this happens now and then, sometimes the session is fine for 30 minutes, no matter how much clicking has been done, sometimes one click is enough or even the background notification call seems to trigger this behaviour.
Server configuration
Operating system:
hosted environment (ManagedHosting Medium, domainfactory, germany)
Web server:
apache 2.4
Database:
mysql (5.6.19)
PHP version:
tried both 5-56stable (5.6.21) and 7-70stable (7.0.6)
Nextcloud version: (see Nextcloud admin page)
tried both 12.0.0 and 11.0.3.2
Updated from an older Nextcloud/ownCloud or fresh install:
fresh installs both 12.0.0 and 11.0.3.2
Where did you install Nextcloud from:
12.0.0 == install script and 11.0.3.2 == zip file
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
"No errors have been found."
List of activated apps:
with 12.0.0, aleays latest for a fresh install
Activity
Comments
Deleted files
File sharing
Gallery
Log Reader
Monitoring
Nextcloud announcements
Notifications
Password policy
PDF viewer
Text editor
Theming
Update notification
Usage survey
Versions
Announcement center
Brute-force settings
Calendar
Group folders
Notes
Tasks
Nextcloud configuration:
'instanceid' => '...',
'passwordsalt' => '...',
'secret' => '...',
'trusted_domains' =>
array (
0 => '...',
),
'datadirectory' => '...',
'overwrite.cli.url' => 'https://...',
'dbtype' => 'mysql',
'version' => '12.0.0.29',
'dbname' => '...',
'dbhost' => '...',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => '...',
'dbpassword' => '...',
'logtimezone' => 'UTC',
'installed' => true,
'mail_smtpmode' => 'smtp',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'maintenance' => false,
'theme' => '',
'loglevel' => 0,
'mail_smtpsecure' => 'ssl',
'mail_from_address' => '...',
'mail_domain' => '...',
'mail_smtphost' => '...',
'mail_smtpport' => '...',
'mail_smtpname' => '...',
'mail_smtppassword' => '...',
'tempdirectory' => '...',
'session_lifetime' => 3600,
'session_keepalive' => true,
'cron_log' => true,
'default_language' => 'de',
'overwriteprotocol' => 'https',
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:
chrome, opera, iridium, firefox, ...
Operating system:
windows, linux
Logs
Web server error log
the webserver does not log the error

