No connection to ncp - letsencrypt / certificate Issue

Hello everyone,

before posting this issue I browsed through the forum a couple of days but couldnt find a solution to my problem. Therefore before reinstalling everything I thought i could give it a try with my own plea for help:

A couple of weeks ago I reinstalled my nextcloud server with nextcloudpi. For one week or two it worked fine but then without any manual updates or config changes I can not access to my server anymore:

https://123.456.789.10 β†’ no access
https://my.dnsdoma.in β†’ no access
https://nextcloudpi.local:4443 β†’ no access

https://123.456.789.10:4443 β†’ access
ssh β†’ access

I think it is a certificate error, but It seems I can not solve it by myselve with my meager knowledge. In addition I tried to restart lets encrypt too often. So before doing it again I will need to wait for a couple of days.

When trying to restart the let’s encrypt service i got the following message:

[ letsencrypt ] (Mon Jan 30 10:55:39 CET 2023)
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Requesting a certificate for xxx.yyy.zz
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/xxx.yyy.zz-0001/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/xxx.yyy.zz-0001/privkey.pem
Your certificate will expire on 2023-04-30. To obtain a new or
tweaked version of this certificate in the future, simply run
certbot again. To non-interactively renew *all* of your
certificates, run "certbot renew"
- If you like Certbot, please consider supporting our work by:

Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le

Installing template 'nextcloud.conf.sh'...
INFO: Letsencrypt domain is xxx.yyy.zz
INFO: Metrics enabled: no
Apache self check:
Syntax OK
System config value trusted_domains => 11 set to string xxx.yyy.zz
System config value trusted_domains => 3 set to string xxx.yyy.zz
System config value overwrite.cli.url set to string https://xxx.yyy.zz/
System config value trusted_proxies => 11 set to string 127.0.0.1
System config value trusted_proxies => 12 set to string ::1
System config value trusted_proxies => 13 set to string xxx.yyy.zz
System config value trusted_proxies => 14 set to empty string
Setup notify_push (attempt 1/5)
βœ“ redis is configured
πŸ—΄ can't connect to push server: Client error: `GET https://xxx.yyy.zz/push/test/cookie` resulted in a `404 Not Found` response:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8" />
<meta http-equiv="Cach (truncated...)


NextcloudPi diagnostics

NextcloudPi version  v1.50.4
NextcloudPi image    NextCloudPi_RaspberryPi_v1.50.5.img
OS                   Debian GNU/Linux 11. 5.15.84-v8+ (aarch64)
automount            yes
USB devices          sda
datadir              /media/myCloudDrive/ncdata/data
data in SD           no
data filesystem      btrfs
data disk usage      4.6G/239G
rootfs usage         2.7G/29G
swapfile             /var/swap
dbdir                /var/lib/mysql
Nextcloud check      ok
Nextcloud version    24.0.8.2
HTTPD service        up
PHP service          up
MariaDB service      up
Redis service        up
HPB service          down
Postfix service      up
Internet check       ok
Public IPv4          ***REMOVED SENSITIVE VALUE***
Public IPv6          ***REMOVED SENSITIVE VALUE***
Port 80              open
Port 443             open
IP                   ***REMOVED SENSITIVE VALUE***
Gateway              ***REMOVED SENSITIVE VALUE***
Interface            eth0
Certificates         ***REMOVED SENSITIVE VALUE***
NAT loopback         no
Uptime               1day

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "7": "nextcloudpi",
            "5": "nextcloudpi.local",
            "8": "nextcloudpi.lan",
            "3": "xxx.yyy.zz",
            "11": "xxx.yyy.zz",
            "1": "123.456.789.10",
            "14": "pibox",
            "20": "123.456.789.1",
            "21": "xxx.yyy.zz"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "24.0.8.2",
        "overwrite.cli.url": "https:\/\/xxx.yyy.zz\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/media\/myCloudDrive\/ncdata\/data\/tmp",
        "mail_smtpmode": "sendmail",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "overwriteprotocol": "https",
        "maintenance": false,
        "logfile": "\/media\/myCloudDrive\/ncdata\/data\/nextcloud.log",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "loglevel": "2",
        "log_type": "file"
    }
}

HTTPd logs

[Mon Jan 30 19:20:28.078363 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00493: SIGUSR1 received.  Doing graceful restart
[Mon Jan 30 19:20:28.126182 2023] [ssl:warn] [pid 708:tid 547806786624] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 30 19:20:28.131819 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00489: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jan 30 19:20:28.131908 2023] [core:notice] [pid 708:tid 547806786624] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jan 30 19:43:17.972150 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00493: SIGUSR1 received.  Doing graceful restart
[Mon Jan 30 19:43:18.019629 2023] [ssl:warn] [pid 708:tid 547806786624] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 30 19:43:18.024979 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00489: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jan 30 19:43:18.025068 2023] [core:notice] [pid 708:tid 547806786624] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jan 30 19:52:27.750729 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00493: SIGUSR1 received.  Doing graceful restart
[Mon Jan 30 19:52:27.797183 2023] [ssl:warn] [pid 708:tid 547806786624] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 30 19:52:27.797665 2023] [ssl:error] [pid 708:tid 547806786624] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=fv-az268-978 / issuer: CN=fv-az268-978 / serial: 23080B9575FD578B2289983E5DCAD5F339D60E60 / notbefore: Jan  8 21:07:16 2023 GMT / notafter: Jan  5 21:07:16 2033 GMT]
[Mon Jan 30 19:52:27.797726 2023] [ssl:error] [pid 708:tid 547806786624] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Mon Jan 30 19:52:27.802566 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00489: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jan 30 19:52:27.802663 2023] [core:notice] [pid 708:tid 547806786624] AH00094: Command line: '/usr/sbin/apache2'
[Mon Jan 30 19:59:40.695552 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00493: SIGUSR1 received.  Doing graceful restart
[Mon Jan 30 19:59:40.741968 2023] [ssl:warn] [pid 708:tid 547806786624] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Mon Jan 30 19:59:40.742410 2023] [ssl:error] [pid 708:tid 547806786624] AH02217: ssl_stapling_init_cert: can't retrieve issuer certificate! [subject: CN=fv-az268-978 / issuer: CN=fv-az268-978 / serial: 23080B9575FD578B2289983E5DCAD5F339D60E60 / notbefore: Jan  8 21:07:16 2023 GMT / notafter: Jan  5 21:07:16 2033 GMT]
[Mon Jan 30 19:59:40.742463 2023] [ssl:error] [pid 708:tid 547806786624] AH02604: Unable to configure certificate localhost:4443:0 for stapling
[Mon Jan 30 19:59:40.746961 2023] [mpm_event:notice] [pid 708:tid 547806786624] AH00489: Apache/2.4.54 (Debian) OpenSSL/1.1.1n configured -- resuming normal operations
[Mon Jan 30 19:59:40.747101 2023] [core:notice] [pid 708:tid 547806786624] AH00094: Command line: '/usr/sbin/apache2'

Database logs

tail: cannot open '/var/log/mysql/*.log' for reading: No such file or directory

Nextcloud logs

{"reqId":"Y8kQ1CCz6iQqbVzDQNtBVQAAlwA","level":3,"time":"2023-01-19T09:43:48+00:00","remoteAddr":"92.116.144.64","user":"--","app":"index","method":"GET","url":"/","message":"Could not get appdata folder","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"RuntimeException","Message":"Could not get appdata folder","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":109,"function":"getAppDataRootFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":156,"function":"getAppDataFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSCombiner.php","line":91,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":123,"function":"process","class":"OC\\Template\\JSCombiner","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":76,"function":"cacheAndAppendCombineJsonIfExist","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":377,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":205,"function":"findJavascriptFiles","class":"OC\\TemplateLayout","type":"::"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":185,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":809,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1111,"function":"init","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":34,"args":["/var/www/nextcloud/lib/base.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","Line":93,"CustomMessage":"--"}}
{"reqId":"Y8kQ1GAmFibAutNbNrzRwQAARAU","level":3,"time":"2023-01-19T09:43:48+00:00","remoteAddr":"92.116.144.64","user":"--","app":"index","method":"GET","url":"/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css","message":"Could not get appdata folder for js","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"RuntimeException","Message":"Could not get appdata folder for js","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":156,"function":"getAppDataFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSCombiner.php","line":91,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":123,"function":"process","class":"OC\\Template\\JSCombiner","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":76,"function":"cacheAndAppendCombineJsonIfExist","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":377,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":205,"function":"findJavascriptFiles","class":"OC\\TemplateLayout","type":"::"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":185,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":809,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1111,"function":"init","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":34,"args":["/var/www/nextcloud/lib/base.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","Line":117,"CustomMessage":"--"}}
{"reqId":"Y8kQ1GAmFibAutNbNrzRwQAARAU","level":3,"time":"2023-01-19T09:43:48+00:00","remoteAddr":"92.116.144.64","user":"--","app":"core","method":"GET","url":"/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css","message":"Could not get appdata folder for js","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"RuntimeException","Message":"Could not get appdata folder for js","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":156,"function":"getAppDataFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSCombiner.php","line":91,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":123,"function":"process","class":"OC\\Template\\JSCombiner","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":76,"function":"cacheAndAppendCombineJsonIfExist","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":377,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":205,"function":"findJavascriptFiles","class":"OC\\TemplateLayout","type":"::"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":185,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":809,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1111,"function":"init","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":34,"args":["/var/www/nextcloud/lib/base.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","Line":117,"CustomMessage":"--"}}
{"reqId":"Y8kQ1GAmFibAutNbNrzRwQAARAU","level":3,"time":"2023-01-19T09:43:48+00:00","remoteAddr":"92.116.144.64","user":"--","app":"core","method":"GET","url":"/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css","message":"Could not create folder","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"OCP\\Files\\NotPermittedException","Message":"Could not create folder","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":156,"function":"newFolder","class":"OC\\Files\\Node\\Folder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSCombiner.php","line":91,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":123,"function":"process","class":"OC\\Template\\JSCombiner","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":76,"function":"cacheAndAppendCombineJsonIfExist","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":377,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":205,"function":"findJavascriptFiles","class":"OC\\TemplateLayout","type":"::"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":185,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":334,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/index.php","line":74,"function":"printExceptionErrorPage","class":"OC_Template","type":"::"}],"File":"/var/www/nextcloud/lib/private/Files/Node/Folder.php","Line":165,"CustomMessage":"--"}}
{"reqId":"Y8kQ1CCz6iQqbVzDQNtBVQAAlwA","level":3,"time":"2023-01-19T09:43:48+00:00","remoteAddr":"92.116.144.64","user":"--","app":"core","method":"GET","url":"/","message":"Could not get appdata folder","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"RuntimeException","Message":"Could not get appdata folder","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":109,"function":"getAppDataRootFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":156,"function":"getAppDataFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSCombiner.php","line":91,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":123,"function":"process","class":"OC\\Template\\JSCombiner","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":76,"function":"cacheAndAppendCombineJsonIfExist","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":377,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":205,"function":"findJavascriptFiles","class":"OC\\TemplateLayout","type":"::"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":185,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":809,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/lib/base.php","line":1111,"function":"init","class":"OC","type":"::"},{"file":"/var/www/nextcloud/index.php","line":34,"args":["/var/www/nextcloud/lib/base.php"],"function":"require_once"}],"File":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","Line":93,"CustomMessage":"--"}}
{"reqId":"Y8kQ1CCz6iQqbVzDQNtBVQAAlwA","level":3,"time":"2023-01-19T09:43:48+00:00","remoteAddr":"92.116.144.64","user":"--","app":"core","method":"GET","url":"/","message":"Could not create folder","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"OCP\\Files\\NotPermittedException","Message":"Could not create folder","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/Files/AppData/AppData.php","line":156,"function":"newFolder","class":"OC\\Files\\Node\\Folder","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSCombiner.php","line":91,"function":"newFolder","class":"OC\\Files\\AppData\\AppData","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":123,"function":"process","class":"OC\\Template\\JSCombiner","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/JSResourceLocator.php","line":76,"function":"cacheAndAppendCombineJsonIfExist","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/ResourceLocator.php","line":78,"function":"doFind","class":"OC\\Template\\JSResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":377,"function":"find","class":"OC\\Template\\ResourceLocator","type":"->"},{"file":"/var/www/nextcloud/lib/private/TemplateLayout.php","line":205,"function":"findJavascriptFiles","class":"OC\\TemplateLayout","type":"::"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":185,"function":"__construct","class":"OC\\TemplateLayout","type":"->"},{"file":"/var/www/nextcloud/lib/private/Template/Base.php","line":132,"function":"fetchPage","class":"OC_Template","type":"->"},{"file":"/var/www/nextcloud/lib/private/legacy/OC_Template.php","line":334,"function":"printPage","class":"OC\\Template\\Base","type":"->"},{"file":"/var/www/nextcloud/index.php","line":74,"function":"printExceptionErrorPage","class":"OC_Template","type":"::"}],"File":"/var/www/nextcloud/lib/private/Files/Node/Folder.php","Line":165,"CustomMessage":"--"}}
{"reqId":"Y8krIK7B1FDs6Awa1n6argAASAA","level":2,"time":"2023-01-19T11:36:03+00:00","remoteAddr":"92.116.144.64","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: ncp (Remote IP: 92.116.144.64)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","data":[]}
{"reqId":"Y8krgK7B1FDs6Awa1n6bIwAAQwQ","level":2,"time":"2023-01-19T11:37:39+00:00","remoteAddr":"92.116.144.64","user":"ncp","app":"ocs_api","method":"POST","url":"/ocs/v2.php/cloud/users","message":"Failed addUser attempt with ocs exeption.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"OCP\\AppFramework\\OCS\\OCSException","Message":"Invalid displayname","Code":102,"Trace":[{"file":"/var/www/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php","line":432,"function":"editUser","class":"OCA\\Provisioning_API\\Controller\\UsersController","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":225,"function":"addUser","class":"OCA\\Provisioning_API\\Controller\\UsersController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":133,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":172,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":298,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/nextcloud/ocs/v1.php","line":62,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/ocs/v2.php","line":23,"args":["/var/www/nextcloud/ocs/v1.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php","Line":844,"message":"Failed addUser attempt with ocs exeption.","exception":{},"CustomMessage":"Failed addUser attempt with ocs exeption."}}
{"reqId":"Y8ksCa7B1FDs6Awa1n6bMAAAQAQ","level":2,"time":"2023-01-19T11:39:58+00:00","remoteAddr":"92.116.144.64","user":"ACCOUNT","app":"ocs_api","method":"POST","url":"/ocs/v2.php/cloud/users","message":"Failed addUser attempt with ocs exeption.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","exception":{"Exception":"OCP\\AppFramework\\OCS\\OCSException","Message":"Invalid displayname","Code":102,"Trace":[{"file":"/var/www/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php","line":432,"function":"editUser","class":"OCA\\Provisioning_API\\Controller\\UsersController","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":225,"function":"addUser","class":"OCA\\Provisioning_API\\Controller\\UsersController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":133,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":172,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":298,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/nextcloud/ocs/v1.php","line":62,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/nextcloud/ocs/v2.php","line":23,"args":["/var/www/nextcloud/ocs/v1.php"],"function":"require_once"}],"File":"/var/www/nextcloud/apps/provisioning_api/lib/Controller/UsersController.php","Line":844,"message":"Failed addUser attempt with ocs exeption.","exception":{},"CustomMessage":"Failed addUser attempt with ocs exeption."}}
{"reqId":"Y8ksO_YhV53Ydk5wxWpPxwAAAgY","level":3,"time":"2023-01-19T11:40:43+00:00","remoteAddr":"92.116.144.64","user":"ACCOUNT","app":"ocs_api","method":"POST","url":"/ocs/v2.php/cloud/users","message":"Failed addUser attempt: User already exists.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0","version":"24.0.8.2","data":{"app":"ocs_api"}}
{"reqId":"Y8ktnPYhV53Ydk5wxWpQywAAABY","level":3,"time":"2023-01-19T11:46:36+00:00","remoteAddr":"92.116.144.64","user":"--","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/calendars/ACCOUNT/personal/","message":"App token login name does not match","userAgent":"CalDavSynchronizer/4.3","version":"24.0.8.2","data":{"tokenLoginName":"ACCOUNT","sessionLoginName":"ACCOUNT"}}
{"reqId":"Y8kx8vYhV53Ydk5wxWpRfQAABxU","level":2,"time":"2023-01-19T12:05:09+00:00","remoteAddr":"46.114.6.24","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: ACCOUNT(Remote IP: 46.114.6.24)","userAgent":"Mozilla/5.0 (Android 10; Mobile; rv:108.0) Gecko/108.0 Firefox/108.0","version":"24.0.8.2","data":[]}
{"reqId":"Y8kyOPYhV53Ydk5wxWpRgAAABRU","level":2,"time":"2023-01-19T12:06:20+00:00","remoteAddr":"46.114.6.24","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: ACCOUNT(Remote IP: 46.114.6.24)","userAgent":"Mozilla/5.0 (Android 10; Mobile; rv:108.0) Gecko/108.0 Firefox/108.0","version":"24.0.8.2","data":[]}
{"reqId":"8TZcLpOOBZaTgsLYkXOH","level":2,"time":"2023-01-23T05:26:06+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 60001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://apps.nextcloud.com/api/v1/apps.json","userAgent":"--","version":"24.0.8.2","data":{"app":"appstoreFetcher"}}
{"reqId":"OmmeLR0owuFPnXRfl5Qe","level":3,"time":"2023-01-23T23:50:03+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","userAgent":"--","version":"24.0.8.2","exception":{"Exception":"Error","Message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php","line":604,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/apps/dav/lib/CalDAV/Reminder/ReminderService.php","line":176,"function":"getEmailAddressesOfPrincipal","class":"OCA\\DAV\\Connector\\Sabre\\Principal","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php","line":69,"function":"processReminders","class":"OCA\\DAV\\CalDAV\\Reminder\\ReminderService","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/Job.php","line":79,"function":"run","class":"OCA\\DAV\\BackgroundJob\\EventReminderJob","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php","line":95,"function":"execute","class":"OCP\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"MO8xuQeGEHPQkm8diWrG","level":3,"time":"2023-01-24T00:00:03+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","userAgent":"--","version":"24.0.8.2","exception":{"Exception":"Error","Message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php","line":604,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/apps/dav/lib/CalDAV/Reminder/ReminderService.php","line":176,"function":"getEmailAddressesOfPrincipal","class":"OCA\\DAV\\Connector\\Sabre\\Principal","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php","line":69,"function":"processReminders","class":"OCA\\DAV\\CalDAV\\Reminder\\ReminderService","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/Job.php","line":79,"function":"run","class":"OCA\\DAV\\BackgroundJob\\EventReminderJob","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php","line":95,"function":"execute","class":"OCP\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"LjrFIpm5ESJnbfnfRrHz","level":3,"time":"2023-01-25T23:50:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","userAgent":"--","version":"24.0.8.2","exception":{"Exception":"Error","Message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php","line":604,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/apps/dav/lib/CalDAV/Reminder/ReminderService.php","line":176,"function":"getEmailAddressesOfPrincipal","class":"OCA\\DAV\\Connector\\Sabre\\Principal","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php","line":69,"function":"processReminders","class":"OCA\\DAV\\CalDAV\\Reminder\\ReminderService","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/Job.php","line":79,"function":"run","class":"OCA\\DAV\\BackgroundJob\\EventReminderJob","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php","line":95,"function":"execute","class":"OCP\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"EVkauTTGvgr4lg0Phes6","level":3,"time":"2023-01-26T00:00:02+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","userAgent":"--","version":"24.0.8.2","exception":{"Exception":"Error","Message":"Undefined array key \"{http://sabredav.org/ns}email-address\" at /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php#604","Code":0,"Trace":[{"file":"/var/www/nextcloud/apps/dav/lib/Connector/Sabre/Principal.php","line":604,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/var/www/nextcloud/apps/dav/lib/CalDAV/Reminder/ReminderService.php","line":176,"function":"getEmailAddressesOfPrincipal","class":"OCA\\DAV\\Connector\\Sabre\\Principal","type":"->"},{"file":"/var/www/nextcloud/apps/dav/lib/BackgroundJob/EventReminderJob.php","line":69,"function":"processReminders","class":"OCA\\DAV\\CalDAV\\Reminder\\ReminderService","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/Job.php","line":79,"function":"run","class":"OCA\\DAV\\BackgroundJob\\EventReminderJob","type":"->"},{"file":"/var/www/nextcloud/lib/public/BackgroundJob/TimedJob.php","line":95,"function":"execute","class":"OCP\\BackgroundJob\\Job","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":152,"function":"execute","class":"OCP\\BackgroundJob\\TimedJob","type":"->"}],"File":"/var/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"Y9amCxEYlgcZlBjyeZDWJwAABgA","level":2,"time":"2023-01-29T16:59:58+00:00","remoteAddr":"192.168.178.47","user":"--","app":"no app in context","method":"POST","url":"/index.php/login","message":"Login failed: ACCOUNT(Remote IP: 192.168.178.47)","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/109.0","version":"24.0.8.2","data":[]}
{"reqId":"i4mtZBCY4hy8kGQ5IQI7","level":2,"time":"2023-01-30T05:26:07+00:00","remoteAddr":"","user":"--","app":"appstoreFetcher","method":"","url":"--","message":"Could not connect to appstore: cURL error 28: Operation timed out after 60000 milliseconds with 0 out of 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://apps.nextcloud.com/api/v1/apps.json","userAgent":"--","version":"24.0.8.2","data":{"app":"appstoreFetcher"}}

Hopefully this is enough information to get started.
Also if you need more information from other log files please be so kind and add a path to the standard directory, otherwise I might need some time to figure out the location of it first :slight_smile:

What exactly happens, when try to navigate to
https://123.456.789.10 (= IP-Address of your NectcloudPi-instance)?
Is there any errormessage?
If it’s a certificate-issue, there should be some warning(s) β€œonly” (you could acknowledge these and go on = ignoring those messages).

Hi schoetju,

thank you for asking.

Yes, https://123.456.789.10 is the local IP address.
If I type this one in, I will be blocked by my antivirus. There is the option to ignore the message which leads me to beeing blocked by firefox.

If I try accessing it via https://my.dnsdoma.in I will also get blockt by my AV, but this time there is no option to bypass it. By putting https://my.dnsdoma.in in my AV’s white list, I will be blocked by firefox again.

So thats why I assume its an letsencrypt error. I just dont know why it suddenly stopped working, and how to solve it.

Well it seems there is no answer to my issue, so I will just try to get a backup and reinstall it.