Web Interface Login Button Not Working

Steps to reproduce

  1. Installing Owncloud release 10.4.1 on Ubuntu 18.04 and with php7.3
  2. Opening the web interface and trying to log in

Expected behaviour

login accepted

Actual behaviour

nothing at all

Server configuration

Operating system:
Ubuntu 18.04
Web server:
apache2 2.4.29
Database:
MySQL
PHP version:
7.3
ownCloud version:
10.4.1
Updated from an older ownCloud or fresh install:
fresh install
The content of config/config.php:

<?php
$CONFIG = array (
  'instanceid' => '[...]',
  'passwordsalt' => '[...]',
  'secret' => '[...]',
  'trusted_domains' => [
        '192.168.178.46',
        '[my domain]',
  ],
  'datadirectory' => '/mnt/data/Cloud',
  'overwrite.cli.url' => 'http://[my domain]/owncloud',
  'dbtype' => 'mysql',
  'version' => '10.4.1.3',
  'dbname' => 'cloud',
  'dbhost' => 'localhost:3306',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'oc_paulkexd',
  'dbpassword' => '[...]',
  'logtimezone' => 'UTC',
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '/var/www/html/owncloud/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 =>
    array (
      'path' => '/var/www/html/owncloud/apps-external',
      'url' => '/apps-external',
      'writable' => true,
    ),
  ),
  'installed' => true,
);

Client configuration

Browser:
Chrome and Firefox
Operating system:
Windows 10 and Android

Logs

Browser log


The javascript console log (Chrome)


Uncaught ReferenceError: jQuery is not defined
    at jquery.ocdialog.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:194
(anonymous) @ jquery.ocdialog.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:194
js.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1688 Uncaught ReferenceError: $ is not defined
    at js.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1688
(anonymous) @ js.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1688
l10n.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:222 Uncaught ReferenceError: _ is not defined
    at l10n.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:222
(anonymous) @ l10n.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:222
l10n.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:70 Uncaught ReferenceError: _ is not defined
    at Object.register (l10n.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:70)
    at de_DE.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1
register @ l10n.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:70
(anonymous) @ de_DE.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1
octemplate.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:104 Uncaught ReferenceError: jQuery is not defined
    at octemplate.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:104
(anonymous) @ octemplate.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:104
search.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:397 Uncaught ReferenceError: OCA is not defined
    at search.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:397
    at search.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:398
(anonymous) @ search.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:397
(anonymous) @ search.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:398
oc-requesttoken.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1 Uncaught ReferenceError: $ is not defined
    at oc-requesttoken.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1
(anonymous) @ oc-requesttoken.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1
apps.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:122 Uncaught ReferenceError: jQuery is not defined
    at apps.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:122
(anonymous) @ apps.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:122
oc-backbone.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:12 Uncaught ReferenceError: _ is not defined
    at oc-backbone.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:12
(anonymous) @ oc-backbone.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:12
oc-backbone-webdav.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:438 Uncaught TypeError: Cannot read property 'Model' of undefined
    at oc-backbone-webdav.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:438
    at oc-backbone-webdav.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:527
(anonymous) @ oc-backbone-webdav.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:438
(anonymous) @ oc-backbone-webdav.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:527
placeholder.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:151 Uncaught ReferenceError: jQuery is not defined
    at placeholder.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:151
(anonymous) @ placeholder.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:151
jquery.avatar.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:132 Uncaught ReferenceError: jQuery is not defined
    at jquery.avatar.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:132
(anonymous) @ jquery.avatar.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:132
backgroundjobs.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:23 Uncaught ReferenceError: $ is not defined
    at backgroundjobs.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:23
(anonymous) @ backgroundjobs.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:23
shareconfigmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:21 Uncaught TypeError: Cannot read property 'Model' of undefined
    at shareconfigmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:21
    at shareconfigmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:162
(anonymous) @ shareconfigmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:21
(anonymous) @ shareconfigmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:162
sharemodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:18 Uncaught TypeError: Cannot read property 'Model' of undefined
    at sharemodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:18
    at sharemodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:120
(anonymous) @ sharemodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:18
(anonymous) @ sharemodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:120
sharescollection.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:18 Uncaught TypeError: Cannot read property 'Collection' of undefined
    at sharescollection.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:18
    at sharescollection.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:31
(anonymous) @ sharescollection.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:18
(anonymous) @ sharescollection.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:31
shareitemmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:110 Uncaught TypeError: Cannot read property 'Model' of undefined
    at shareitemmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:110
    at shareitemmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1129
(anonymous) @ shareitemmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:110
(anonymous) @ shareitemmodel.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:1129
sharedialogresharerinfoview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:35 Uncaught TypeError: Cannot read property 'View' of undefined
    at sharedialogresharerinfoview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:35
    at sharedialogresharerinfoview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:124
(anonymous) @ sharedialogresharerinfoview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:35
(anonymous) @ sharedialogresharerinfoview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:124
sharedialoglinklistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:66 Uncaught TypeError: Cannot read property 'View' of undefined
    at sharedialoglinklistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:66
    at sharedialoglinklistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:308
(anonymous) @ sharedialoglinklistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:66
(anonymous) @ sharedialoglinklistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:308
sharedialoglinkshareview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:17 Uncaught ReferenceError: t is not defined
    at sharedialoglinkshareview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:17
    at sharedialoglinkshareview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:400
(anonymous) @ sharedialoglinkshareview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:17
(anonymous) @ sharedialoglinkshareview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:400
sharedialogmailview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:43 Uncaught TypeError: Cannot read property 'View' of undefined
    at sharedialogmailview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:43
    at sharedialogmailview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:262
(anonymous) @ sharedialogmailview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:43
(anonymous) @ sharedialogmailview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:262
sharedialoglinksocialview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:44 Uncaught TypeError: Cannot read property 'View' of undefined
    at sharedialoglinksocialview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:44
    at sharedialoglinksocialview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:114
(anonymous) @ sharedialoglinksocialview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:44
(anonymous) @ sharedialoglinksocialview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:114
sharedialoglinkexpirationview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:40 Uncaught TypeError: Cannot read property 'View' of undefined
    at sharedialoglinkexpirationview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:40
    at sharedialoglinkexpirationview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:177
(anonymous) @ sharedialoglinkexpirationview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:40
(anonymous) @ sharedialoglinkexpirationview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:177
sharedialogshareelistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:113 Uncaught TypeError: Cannot read property 'View' of undefined
    at sharedialogshareelistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:113
    at sharedialogshareelistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:540
(anonymous) @ sharedialogshareelistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:113
(anonymous) @ sharedialogshareelistview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:540
sharedialogview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:79 Uncaught TypeError: Cannot read property 'View' of undefined
    at sharedialogview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:79
    at sharedialogview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:516
(anonymous) @ sharedialogview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:79
(anonymous) @ sharedialogview.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:516
share.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:6 Uncaught ReferenceError: _ is not defined
    at share.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:6
(anonymous) @ share.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:6
visitortimezone.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:2 Uncaught ReferenceError: $ is not defined
    at visitortimezone.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:2
(anonymous) @ visitortimezone.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:2
lostpassword.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:3 Uncaught ReferenceError: t is not defined
    at lostpassword.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:3
(anonymous) @ lostpassword.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:3
login.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:13 Uncaught ReferenceError: _ is not defined
    at login.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:13
(anonymous) @ login.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:13
browser-update.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:9 Uncaught ReferenceError: $ is not defined
    at browser-update.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b:9

Hi,
Did you follow a specific guide to get your setup up and running?
Also, can you have a look in your apache and ownCloud logs? You should be able to find them in /var/log/apache2 and your ownCloud data folder respectively.

thats the apache error log:

PHP Warning:  PHP Startup: Unable to load dynamic library 'mysqli.so' (tried: /usr/lib/php/20180731/mysqli.so (/usr/lib/php/20180731/mysqli.so: undefined symbol: mysqlnd_global_stats), /usr/lib/php/20180731/mysqli.so.so (/usr/lib/php/20180731/mysqli.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  Module 'curl' already loaded in Unknown on line 0
PHP Warning:  Module 'mbstring' already loaded in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'smbclient.so' (tried: /usr/lib/php/20180731/smbclient.so (/usr/lib/php/20180731/smbclient.so: cannot open shared object file: No such file or directory), /usr/lib/php/20180731/smbclient.so.so (/usr/lib/php/20180731/smbclient.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
[Wed Apr 15 06:25:02.802218 2020] [mpm_prefork:notice] [pid 26121] AH00163: Apache/2.4.29 (Ubuntu) configured -- resuming normal operations
[Wed Apr 15 06:25:02.802237 2020] [core:notice] [pid 26121] AH00094: Command line: '/usr/sbin/apache2'

The owncloud log:

{"reqId":"[...]","level":2,"time":"2020-04-15T04:06:47+00:00","remoteAddr":"192.168.178.51","user":"--","app":"core","method":"GET","url":"\/owncloud\/index.php","message":"Trusted domain error. \"192.168.178.51\" tried to access using \"192.168.178.46\" as host."}
{"reqId":"[...]","level":2,"time":"2020-04-15T04:06:47+00:00","remoteAddr":"192.168.178.51","user":"--","app":"core","method":"GET","url":"\/owncloud\/index.php\/core\/js\/oc.js?v=aa1c9f3a10f79562a5b4e4ae365ec05b","message":"Trusted domain error. \"192.168.178.51\" tried to access using \"192.168.178.46\" as host."}
{"reqId":"[...]","level":3,"time":"2020-04-15T05:28:13+00:00","remoteAddr":"[...]","user":"paulkexd","app":"index","method":"GET","url":"\/owncloud\/index.php\/apps\/files\/api\/v1\/thumbnail\/384\/384\/Pictures\/IMG_20200415_072504.jpg","message":"Exception: {\"Exception\":\"OCP\\\\Files\\\\NotFoundException\",\"Message\":\"\\\/paulkexd\\\/files\\\/Pictures\\\/IMG_20200415_072504.jpg\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Node\\\/Folder.php(130): OC\\\\Files\\\\Node\\\\Root->get('\\\/paulkexd\\\/files...')\\n#1 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/PreviewManager.php(143): OC\\\\Files\\\\Node\\\\Folder->get('files\\\/Pictures\\\/...')\\n#2 \\\/var\\\/www\\\/html\\\/owncloud\\\/apps\\\/files\\\/lib\\\/Controller\\\/ApiController.php(102): OC\\\\PreviewManager->createPreview('files\\\/Pictures\\\/...', 384, 384, true)\\n#3 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(153): OCA\\\\Files\\\\Controller\\\\ApiController->getThumbnail(384, 384, 'Pictures\\\/IMG_20...')\\n#4 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(85): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OCA\\\\Files\\\\Controller\\\\ApiController), 'getThumbnail')\\n#5 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(100): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\Files\\\\Controller\\\\ApiController), 'getThumbnail')\\n#6 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('APIController', 'getThumbnail', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#7 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(342): OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#8 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/base.php(916): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/api...')\\n#9 \\\/var\\\/www\\\/html\\\/owncloud\\\/index.php(54): OC::handleRequest()\\n#10 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Node\\\/Root.php\",\"Line\":194}"}
{"reqId":"[...]","level":3,"time":"2020-04-15T05:28:14+00:00","remoteAddr":"[...]","user":"paulkexd","app":"index","method":"GET","url":"\/owncloud\/index.php\/apps\/files\/api\/v1\/thumbnail\/384\/384\/Pictures\/IMG_20200415_072536.jpg","message":"Exception: {\"Exception\":\"OCP\\\\Files\\\\NotFoundException\",\"Message\":\"\\\/paulkexd\\\/files\\\/Pictures\\\/IMG_20200415_072536.jpg\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Node\\\/Folder.php(130): OC\\\\Files\\\\Node\\\\Root->get('\\\/paulkexd\\\/files...')\\n#1 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/PreviewManager.php(143): OC\\\\Files\\\\Node\\\\Folder->get('files\\\/Pictures\\\/...')\\n#2 \\\/var\\\/www\\\/html\\\/owncloud\\\/apps\\\/files\\\/lib\\\/Controller\\\/ApiController.php(102): OC\\\\PreviewManager->createPreview('files\\\/Pictures\\\/...', 384, 384, true)\\n#3 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(153): OCA\\\\Files\\\\Controller\\\\ApiController->getThumbnail(384, 384, 'Pictures\\\/IMG_20...')\\n#4 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Http\\\/Dispatcher.php(85): OC\\\\AppFramework\\\\Http\\\\Dispatcher->executeController(Object(OCA\\\\Files\\\\Controller\\\\ApiController), 'getThumbnail')\\n#5 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/App.php(100): OC\\\\AppFramework\\\\Http\\\\Dispatcher->dispatch(Object(OCA\\\\Files\\\\Controller\\\\ApiController), 'getThumbnail')\\n#6 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/AppFramework\\\/Routing\\\/RouteActionHandler.php(47): OC\\\\AppFramework\\\\App::main('APIController', 'getThumbnail', Object(OC\\\\AppFramework\\\\DependencyInjection\\\\DIContainer), Array)\\n#7 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/Route\\\/Router.php(342): OC\\\\AppFramework\\\\Routing\\\\RouteActionHandler->__invoke(Array)\\n#8 \\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/base.php(916): OC\\\\Route\\\\Router->match('\\\/apps\\\/files\\\/api...')\\n#9 \\\/var\\\/www\\\/html\\\/owncloud\\\/index.php(54): OC::handleRequest()\\n#10 {main}\",\"File\":\"\\\/var\\\/www\\\/html\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Node\\\/Root.php\",\"Line\":194}"}

the trusted tomain error is fixed already

and i forgot which guide i followed, but the app and windows client are working, only the browser is broken

Hey,

i found the following with a google search:

with the following statement:

jQuery needs to be the first script you import. The first script on your page
appears to be a jQuery plugin , which is likely generating an error since jQuery hasn’t been loaded on the page yet.

Could it be possible that you have some custom modifications / apps enabled or that something externally (like a CDN, web server module, something else) is trying to inject additional javascript code in the source code of ownCloud causing this problem?

i have some other webservices running such as Plex, Netdata, Pihole, Phpmyadmin, and openvpn, do you know if something like this can cause it?

Hey,

unfortunately i’m not sure what / how to check as i’m not that familiar with such topics and why this could go wrong in this specific case / your setup.

But i found the following older topic with some additional hints:

When I hear login problems I usually think immediately PHP session. But as you are saying that you only have the problem in the browser this can’t be the problem. Therefore I would think the error must be in the apache configuration.

When you have the login page open and you try to log in while the developer console is open, do you see any failed requests in the network tab?

1 Like