Mobile iPhone App cannot connect to Nextcloud instance

After specifying instance URL, user and password I get the message “Kontozugriff” with button “Zugriff gewähren”.
At the next step I get the error message “Zugriff verboten - CSRF check failed”.
Web browser access works totally fine and also the access by mobile with Android App!

Versions used:
Nextcloud iOS App version 4.9.6
Nextcloud Server version 27.1.5

I already tried to find a solution at Nextcloud help center and by Google but nothing solved the problem. So I reinstalled the Nextcloud server from scratch but result is the same.

Installation directory is at /nc and an apache proxy is in front of it with rewrite rules at .htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{HTTP_USER_AGENT} DavClnt
  RewriteRule ^$ /remote.php/webdav/ [L,R=302]
  RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
  RewriteRule ^\.well-known/carddav /nc/remote.php/dav/ [R=301,L]
  RewriteRule ^\.well-known/caldav /nc/remote.php/dav/ [R=301,L]
  RewriteRule ^remote/(.*) remote.php [QSA,L]
  RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
  RewriteRule ^\.well-known/(?!acme-challenge|pki-validation) /index.php [QSA,L]
  RewriteRule ^(?:\.(?!well-known)|autotest|occ|issue|indie|db_|console).* - [R=404,L]
</IfModule>

Within config.php I already added:

  'overwriteprotocol' => 'https',
  'overwrite.cli.url' => 'https://domain-name-removed/nc',

For analysis I’ve enable debug level logging:

{"reqId":"Za10TaCm-vukq3LFTz1BmQAAAgI","level":0,"time":"2024-01-21T19:45:18+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"WebCron call has selected job with ID 43","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10TaCm-vukq3LFTz1BmQAAAgI","level":0,"time":"2024-01-21T19:45:18+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Run OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 43","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10TaCm-vukq3LFTz1BmQAAAgI","level":0,"time":"2024-01-21T19:45:18+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Finished OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 43 in 0 seconds","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10T6Cm-vukq3LFTz1BnAAADA4","level":0,"time":"2024-01-21T19:45:19+00:00","remoteAddr":"89.58.66.25","user":"--","app":"no app in context","method":"GET","url":"/nc/index.php/login/flow/grant?stateToken=FHeFMYnj8mFhFCPPgTCR957DZ0h8OKtrlWARlHmBtsWZq9ii8YBF1lekiEHv2FMl&clientIdentifier=&user=&direct=0","message":"Current user is not logged in","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException","Message":"Current user is not logged in","Code":401,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php","line":96,"function":"beforeController","class":"OC\\AppFramework\\Middleware\\Security\\SecurityMiddleware","type":"->","args":[["OC\\Core\\Controller\\ClientFlowLoginController"],"grantPage"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/Http/Dispatcher.php","line":129,"function":"beforeController","class":"OC\\AppFramework\\Middleware\\MiddlewareDispatcher","type":"->","args":[["OC\\Core\\Controller\\ClientFlowLoginController"],"grantPage"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/App.php","line":183,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[["OC\\Core\\Controller\\ClientFlowLoginController"],"grantPage"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Core\\Controller\\ClientFlowLoginController","grantPage",["OC\\AppFramework\\DependencyInjection\\DIContainer"],["core.ClientFlowLogin.grantPage"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/base.php","line":1068,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/login/flow/grant"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php","Line":161,"message":"Current user is not logged in","exception":{},"CustomMessage":"Current user is not logged in"}}
{"reqId":"Za10UKCm-vukq3LFTz1BogAAGAg","level":0,"time":"2024-01-21T19:45:20+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"WebCron call has selected job with ID 44","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10UKCm-vukq3LFTz1BogAAGAg","level":0,"time":"2024-01-21T19:45:20+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Run OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 44","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10UKCm-vukq3LFTz1BogAAGAg","level":0,"time":"2024-01-21T19:45:20+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Finished OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 44 in 0 seconds","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxAAAGww","level":3,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"index","method":"GET","url":"/apps/theming/img/background/kamil-porembinski-clouds.jpg","message":"The requested uri(/apps/theming/img/background/kamil-porembinski-clouds.jpg) cannot be processed by the script '/nc/index.php')","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"Exception","Message":"The requested uri(/apps/theming/img/background/kamil-porembinski-clouds.jpg) cannot be processed by the script '/nc/index.php')","Code":0,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/base.php","line":1006,"function":"getRawPathInfo","class":"OC\\AppFramework\\Http\\Request","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/Http/Request.php","Line":730,"CustomMessage":"--"}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxQAAGx0","level":0,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"WebCron call has selected job with ID 45","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxQAAGx0","level":0,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Run OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 45","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxQAAGx0","level":0,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Finished OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 45 in 0 seconds","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxAAAGww","level":1,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"no app in context","method":"GET","url":"/apps/theming/img/background/kamil-porembinski-clouds.jpg","message":"Unable to generate a URL for the named route \"theming.Icon.getFavicon\" as such route does not exist.","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"theming.Icon.getFavicon\" as such route does not exist.","Code":0,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["theming.Icon.getFavicon",["core"],1]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["theming.Icon.getFavicon",["core"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/apps/theming/lib/ThemingDefaults.php","line":392,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["theming.Icon.getFavicon",["core"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":222,"function":"replaceImagePath","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":["core","favicon.ico"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/template/functions.php","line":249,"function":"imagePath","class":"OC\\URLGenerator","type":"->","args":["core","favicon.ico"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php","line":20,"function":"image_path","args":["core","favicon.ico"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":180,"args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php"],"function":"include"},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php",null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":331,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":74,"function":"printExceptionErrorPage","class":"OC_Template","type":"::","args":[["Exception"],500]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"theming.Icon.getFavicon\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"theming.Icon.getFavicon\" as such route does not exist."}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxAAAGww","level":1,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"no app in context","method":"GET","url":"/apps/theming/img/background/kamil-porembinski-clouds.jpg","message":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist.","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist.","Code":0,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["theming.Icon.getTouchIcon",["core"],1]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["theming.Icon.getTouchIcon",["core"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/apps/theming/lib/ThemingDefaults.php","line":395,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["theming.Icon.getTouchIcon",["core"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":222,"function":"replaceImagePath","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":["core","favicon-touch.png"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/template/functions.php","line":249,"function":"imagePath","class":"OC\\URLGenerator","type":"->","args":["core","favicon-touch.png"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php","line":21,"function":"image_path","args":["core","favicon-touch.png"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":180,"args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php"],"function":"include"},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php",null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":331,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":74,"function":"printExceptionErrorPage","class":"OC_Template","type":"::","args":[["Exception"],500]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"theming.Icon.getTouchIcon\" as such route does not exist."}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxAAAGww","level":1,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"no app in context","method":"GET","url":"/apps/theming/img/background/kamil-porembinski-clouds.jpg","message":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist.","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist.","Code":0,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["theming.Theming.getManifest",["core"],1]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["theming.Theming.getManifest",["core"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/apps/theming/lib/ThemingDefaults.php","line":405,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["theming.Theming.getManifest",["core"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":222,"function":"replaceImagePath","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":["core","manifest.json"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/template/functions.php","line":249,"function":"imagePath","class":"OC\\URLGenerator","type":"->","args":["core","manifest.json"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php","line":23,"function":"image_path","args":["core","manifest.json"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":180,"args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php"],"function":"include"},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php",null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":331,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":74,"function":"printExceptionErrorPage","class":"OC_Template","type":"::","args":[["Exception"],500]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"theming.Theming.getManifest\" as such route does not exist."}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxAAAGww","level":1,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"no app in context","method":"GET","url":"/apps/theming/img/background/kamil-porembinski-clouds.jpg","message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["calendar.view.index",[],1]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["calendar.view.index",[]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["calendar.view.index"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->","args":["guest"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":180,"args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php"],"function":"include"},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php",null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":331,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":74,"function":"printExceptionErrorPage","class":"OC_Template","type":"::","args":[["Exception"],500]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"calendar.view.index\" as such route does not exist."}}
{"reqId":"Za10W6Cm-vukq3LFTz1BxAAAGww","level":1,"time":"2024-01-21T19:45:31+00:00","remoteAddr":"89.58.66.25","user":"--","app":"no app in context","method":"GET","url":"/apps/theming/img/background/kamil-porembinski-clouds.jpg","message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"Symfony\\Component\\Routing\\Exception\\RouteNotFoundException","Message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","Code":0,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Route/Router.php","line":380,"function":"generate","class":"Symfony\\Component\\Routing\\Generator\\UrlGenerator","type":"->","args":["dashboard.dashboard.index",[],1]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/URLGenerator.php","line":103,"function":"generate","class":"OC\\Route\\Router","type":"->","args":["dashboard.dashboard.index",[]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/NavigationManager.php","line":320,"function":"linkToRoute","class":"OC\\URLGenerator","type":"->","args":["dashboard.dashboard.index"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/NavigationManager.php","line":113,"function":"init","class":"OC\\NavigationManager","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/apps/theming/lib/ThemingDefaults.php","line":188,"function":"getAll","class":"OC\\NavigationManager","type":"->","args":["guest"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Defaults.php","line":280,"function":"getShortFooter","class":"OCA\\Theming\\ThemingDefaults","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/public/Defaults.php","line":176,"function":"getLongFooter","class":"OC_Defaults","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php","line":52,"function":"getLongFooter","class":"OCP\\Defaults","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":180,"args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php"],"function":"include"},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":150,"function":"load","class":"OC\\Template\\Base","type":"->","args":["/www/htdocs/w00c9a47/domain-name-removed/nc/core/templates/layout.guest.php",null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":179,"function":"fetchPage","class":"OC\\Template\\Base","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":210,"function":"fetchPage","class":"OC_Template","type":"->","args":[null]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/legacy/OC_Template.php","line":331,"function":"printPage","class":"OC\\Template\\Base","type":"->","args":[]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":74,"function":"printExceptionErrorPage","class":"OC_Template","type":"::","args":[["Exception"],500]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/3rdparty/symfony/routing/Generator/UrlGenerator.php","Line":143,"message":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist.","exception":{},"CustomMessage":"Unable to generate a URL for the named route \"dashboard.dashboard.index\" as such route does not exist."}}
# I guess this is the exception which causes the error
{"reqId":"Za10XaCm-vukq3LFTz1BxwAACAs","level":0,"time":"2024-01-21T19:45:33+00:00","remoteAddr":"89.58.66.25","user":"ncadm","app":"no app in context","method":"POST","url":"/nc/index.php/login/flow","message":"CSRF check failed","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","exception":{"Exception":"OC\\AppFramework\\Middleware\\Security\\Exceptions\\CrossSiteRequestForgeryException","Message":"CSRF check failed","Code":412,"Trace":[{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php","line":96,"function":"beforeController","class":"OC\\AppFramework\\Middleware\\Security\\SecurityMiddleware","type":"->","args":[["OC\\Core\\Controller\\ClientFlowLoginController"],"generateAppPassword"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/Http/Dispatcher.php","line":129,"function":"beforeController","class":"OC\\AppFramework\\Middleware\\MiddlewareDispatcher","type":"->","args":[["OC\\Core\\Controller\\ClientFlowLoginController"],"generateAppPassword"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/App.php","line":183,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[["OC\\Core\\Controller\\ClientFlowLoginController"],"generateAppPassword"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OC\\Core\\Controller\\ClientFlowLoginController","generateAppPassword",["OC\\AppFramework\\DependencyInjection\\DIContainer"],["core.ClientFlowLogin.generateAppPassword"]]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/base.php","line":1068,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/login/flow"]},{"file":"/www/htdocs/w00c9a47/domain-name-removed/nc/index.php","line":36,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/www/htdocs/w00c9a47/domain-name-removed/nc/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php","Line":224,"message":"CSRF check failed","exception":{},"CustomMessage":"CSRF check failed"}}
{"reqId":"Za10XqCm-vukq3LFTz1BzgAAESA","level":0,"time":"2024-01-21T19:45:34+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"WebCron call has selected job with ID 46","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10XqCm-vukq3LFTz1BzgAAESA","level":0,"time":"2024-01-21T19:45:34+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Run OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 46","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}
{"reqId":"Za10XqCm-vukq3LFTz1BzgAAESA","level":0,"time":"2024-01-21T19:45:34+00:00","remoteAddr":"89.58.66.25","user":"--","app":"cron","method":"GET","url":"/nc/cron.php","message":"Finished OCA\\Photos\\Jobs\\MapMediaToPlaceJob job with ID 46 in 0 seconds","userAgent":"Martins iPhone (Nextcloud iOS)","version":"27.1.0.7","data":{"app":"cron"}}

access log for failed login with iPhone mobile

0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/login/flow HTTP/2.0" 200 5337 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:164 OUT:6386" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/core/css/login/authpicker.css?v=5ade8724-0 HTTP/2.0" 200 180 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:60 OUT:318" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/core/js/backgroundjobs.js?v=5ade8724-0 HTTP/2.0" 200 518 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:58 OUT:590" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/dist/core-files_client.js?v=5ade8724-0 HTTP/2.0" 200 4098 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:57 OUT:4159" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/core/css/server.css?v=5ade8724-0 HTTP/2.0" 200 17042 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:274 OUT:17114" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/files_rightclick/css/app.css?v=ca9f0d77-0 HTTP/2.0" 200 152 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:63 OUT:234" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/dist/files_sharing-main.js?v=5ade8724-0 HTTP/2.0" 200 231 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:58 OUT:290" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/files_rightclick/l10n/de_DE.js?v=5ade8724-0 HTTP/2.0" 200 476 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:65 OUT:537" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/theming/js/theming.js?v=5ade8724-0 HTTP/2.0" 200 64 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:59 OUT:122" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/files_rightclick/js/files.js?v=5ade8724-0 HTTP/2.0" 200 1188 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:63 OUT:1249" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/files_rightclick/js/script.js?v=5ade8724-0 HTTP/2.0" 200 3061 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:64 OUT:3122" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/files_sharing/l10n/de_DE.js?v=5ade8724-0 HTTP/2.0" 200 6364 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:63 OUT:6425" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/core/js/login/authpicker.js?v=5ade8724-0 HTTP/2.0" 200 177 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:59 OUT:237" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/dist/core-files_fileinfo.js?v=5ade8724-0 HTTP/2.0" 200 464 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:59 OUT:525" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/core/l10n/de_DE.js?v=5ade8724-0 HTTP/2.0" 200 19328 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:53 OUT:19399" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/theming/l10n/de_DE.js?v=5ade8724-0 HTTP/2.0" 200 3546 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:59 OUT:3607" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/core/css/guest.css?v=5ade8724-0 HTTP/2.0" 200 4109 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:52 OUT:4170" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/dist/core-main.js?v=5ade8724-0 HTTP/2.0" 200 48694 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:52 OUT:48775" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/apps/theming/css/default.css?v=34e90de1-0 HTTP/2.0" 200 938 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:59 OUT:998" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/dist/icons.css HTTP/2.0" 200 24931 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:40 OUT:25039" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/core/js/oc.js?v=5ade8724 HTTP/2.0" 200 1352 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:59 OUT:1595" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/apps/theming/theme/light-highcontrast.css?plain=0&v=b6589fc6 HTTP/2.0" 200 1011 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:81 OUT:1150" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/apps/theming/theme/opendyslexic.css?plain=0&v=b6589fc6 HTTP/2.0" 200 325 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:77 OUT:387" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/js/core/merged-template-prepend.js?v=5ade8724-0 HTTP/2.0" 200 3098 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:72 OUT:3325" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/apps/theming/theme/light.css?plain=1&v=b6589fc6 HTTP/2.0" 200 938 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:72 OUT:1000" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/apps/theming/theme/dark.css?plain=0&v=b6589fc6 HTTP/2.0" 200 973 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:71 OUT:1034" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/apps/theming/theme/dark-highcontrast.css?plain=0&v=b6589fc6 HTTP/2.0" 200 1039 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:80 OUT:1100" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/apps/theming/theme/default.css?plain=1&v=b6589fc6 HTTP/2.0" 200 938 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:73 OUT:999" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/index.php/apps/theming/theme/light.css?plain=0&v=b6589fc6 HTTP/2.0" 200 964 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:72 OUT:1025" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/index.php/apps/theming/manifest?v=b6589fc6 HTTP/2.0" 200 269 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:324 OUT:799" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/core/img/logo/logo.svg HTTP/2.0" 200 815 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:41 OUT:884" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/apps/theming/img/background/kamil-porembinski-clouds.jpg HTTP/2.0" 200 190294 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:122 OUT:190461" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:16 +0100] "GET /nc/dist/core-common.js?v=5ade8724-0 HTTP/2.0" 200 2404425 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:53 OUT:2405940" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/index.php/apps/theming/theme/dark.css?plain=1&v=b6589fc6 HTTP/2.0" 200 946 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:71 OUT:1008" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/index.php/apps/theming/theme/light-highcontrast.css?plain=1&v=b6589fc6 HTTP/2.0" 200 988 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:81 OUT:1049" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/index.php/apps/theming/theme/dark-highcontrast.css?plain=1&v=b6589fc6 HTTP/2.0" 200 1019 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:80 OUT:1080" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:17 +0100] "GET /nc/cron.php HTTP/2.0" 200 26 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:143 OUT:400" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:19 +0100] "GET /nc/index.php/login/flow/grant?stateToken=FHeFMYnj8mFhFCPPgTCR957DZ0h8OKtrlWARlHmBtsWZq9ii8YBF1lekiEHv2FMl&clientIdentifier=&user=&direct=0 HTTP/2.0" 303 - "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:133 OUT:441" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:19 +0100] "GET /nc/index.php/login?redirect_url=/nc/index.php/login/flow/grant?stateToken%3DFHeFMYnj8mFhFCPPgTCR957DZ0h8OKtrlWARlHmBtsWZq9ii8YBF1lekiEHv2FMl%26clientIdentifier%3D%26user%3D%26direct%3D0 HTTP/2.0" 200 4944 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:168 OUT:5360" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:19 +0100] "GET /nc/dist/core-login.js?v=5ade8724-0 HTTP/2.0" 200 27719 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:53 OUT:27875" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:19 +0100] "GET /nc/index.php/core/js/oc.js?v=5ade8724 HTTP/2.0" 200 1356 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:55 OUT:1599" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:20 +0100] "GET /nc/index.php/apps/theming/manifest?v=b6589fc6 HTTP/2.0" 200 269 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:324 OUT:799" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:20 +0100] "GET /nc/core/img/loading-dark.gif HTTP/2.0" 200 4683 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:48 OUT:4784" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:20 +0100] "GET /nc/cron.php HTTP/2.0" 200 26 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:108 OUT:321" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:23 +0100] "GET /nc/ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 304 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "Traffic IN:673 OUT:538" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:29 +0100] "POST /nc/index.php/login HTTP/2.0" 303 - "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:765 OUT:926" "ReqTime:1 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/login/flow/grant?stateToken=FHeFMYnj8mFhFCPPgTCR957DZ0h8OKtrlWARlHmBtsWZq9ii8YBF1lekiEHv2FMl&clientIdentifier=&user=&direct=0 HTTP/2.0" 200 7245 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:250 OUT:7689" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/core/js/login/grant.js?v=5ade8724-0 HTTP/2.0" 200 213 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:73 OUT:356" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/apps/files_rightclick/l10n/de.js?v=5ade8724-0 HTTP/2.0" 200 474 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:80 OUT:558" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/apps/theming/l10n/de.js?v=5ade8724-0 HTTP/2.0" 200 3506 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:73 OUT:3567" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/apps/files_sharing/l10n/de.js?v=5ade8724-0 HTTP/2.0" 200 6138 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:78 OUT:6199" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/core/l10n/de.js?v=5ade8724-0 HTTP/2.0" 200 18734 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:68 OUT:18805" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/default.css?plain=1&v=3070dd6f HTTP/2.0" 200 938 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:105 OUT:1102" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/core/js/oc.js?v=5ade8724 HTTP/2.0" 200 1378 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:76 OUT:1462" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/dark.css?plain=0&v=3070dd6f HTTP/2.0" 200 973 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:88 OUT:1035" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/light.css?plain=0&v=3070dd6f HTTP/2.0" 200 964 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:89 OUT:1025" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/dark-highcontrast.css?plain=0&v=3070dd6f HTTP/2.0" 200 1039 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:97 OUT:1100" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/light.css?plain=1&v=3070dd6f HTTP/2.0" 200 938 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:89 OUT:999" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/opendyslexic.css?plain=0&v=3070dd6f HTTP/2.0" 200 325 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:94 OUT:386" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/light-highcontrast.css?plain=0&v=3070dd6f HTTP/2.0" 200 1011 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:97 OUT:1072" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/manifest?v=3070dd6f HTTP/2.0" 200 267 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:408 OUT:797" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/dark.css?plain=1&v=3070dd6f HTTP/2.0" 200 946 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:88 OUT:1007" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/light-highcontrast.css?plain=1&v=3070dd6f HTTP/2.0" 200 988 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:97 OUT:1049" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/index.php/apps/theming/theme/dark-highcontrast.css?plain=1&v=3070dd6f HTTP/2.0" 200 1019 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:97 OUT:1080" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:31 +0100] "GET /nc/cron.php HTTP/2.0" 200 26 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:175 OUT:370" "ReqTime:0 sec"
0.0.0.0 - - [21/Jan/2024:20:45:33 +0100] "POST /nc/index.php/login/flow HTTP/2.0" 412 19756 "-" "Martins iPhone (Nextcloud iOS)" "Traffic IN:448 OUT:20566" "ReqTime:0 sec"

Any ideas for resolving this issue?

Thanks
Martin

Unfortunatelly the config.php with anonymized credentials is missing.

Here is the config.php

<?php
$CONFIG = array (
  'instanceid' => 'removed',
  'passwordsalt' => 'removed',
  'secret' => 'removed',
  'trusted_domains' => 
  array (
    0 => 'domain-name-removed',
    1 => 'www.domain-name-removed',
  ),
  'datadirectory' => '/www/htdocs/w00c9a47/domain-name-removed/nc/data',
  'dbtype' => 'mysql',
  'version' => '27.1.5.1',
  'overwriteprotocol' => 'https',
  'overwrite.cli.url' => 'https://domain-name-removed/nc',
  'dbname' => 'removed',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'm31mf_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'removed',
  'dbpassword' => 'removed',
  'installed' => true,
  'tempdirectory' => '/www/htdocs/w00c9a47/domain-name-removed/nc/data/tmp',
  'mail_smtpmode' => 'sendmail',
  'mail_sendmailmode' => 'pipe',
  'mail_from_address' => 'ncadm',
  'mail_domain' => 'domain-name-removed',
  'default_phone_region' => 'DE',
  'loglevel' => 0,
  'log_type' => 'file',
  'logfile' => 'nextcloud.log',

);