Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can.
The Basics
-
Nextcloud Server version (e.g., 29.x.x):
-
Operating system and version (e.g., Ubuntu 24.04):
- Debian GNU/Linux 13 (trixie) x86_64
-
Web server and version (e.g, Apache 2.4.25):
*2.4.65 -
Reverse proxy and version _(e.g. nginx 1.27.2)
cloudflared tunnel latest
-
PHP version (e.g, 8.3):
- 8.4.12
-
Is this the first time you’ve seen this error? (Yes / No):
yes
-
When did this problem seem to first start?
after updating to v11
-
Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
AIO installed on docker
-
Are you using CloudfIare, mod_security, or similar? (Yes / No)
cloudflare tunnel
Summary of the issue you are facing:
Bad gateway Error code 502 Host Error
Steps to replicate it (hint: details matter!):
-
I’ve tried different cloudflared tunnel configurations by using localhost, 0.0.0.0, 127.0.0.0. All no dice
-
I’ve pointed the cloudflare tunnel at 127.0.0.1:8080 and used the same connection and it brings up the containers page, so I know that the cloudflare tunnel is working
-
I’m almost certain that there is a problem with the apache container, but I cannot figure this one out.
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log
located in your data directory). Feel free to use a pastebin/gist service if necessary.
2025-10-14T01:13:55.645563846Z Trying to fix docker.sock permissions internally...
2025-10-14T01:13:55.650999924Z Creating docker group internally with id 996
2025-10-14T01:13:56.033274329Z e[0;92mInitial startup of Nextcloud All-in-One complete!
2025-10-14T01:13:56.033314842Z You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
2025-10-14T01:13:56.033326366Z E.g. https://internal.ip.of.this.server:8080
2025-10-14T01:13:56.033336231Z ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!
2025-10-14T01:13:56.033346899Z
2025-10-14T01:13:56.033355824Z If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
2025-10-14T01:13:56.033365691Z https://your-domain-that-points-to-this-server.tld:8443e[0m
2025-10-14T01:13:56.298543121Z /usr/lib/python3.12/site-packages/supervisor/options.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
2025-10-14T01:13:56.298586092Z import pkg_resources
2025-10-14T01:13:57.412316463Z [Tue Oct 14 01:13:57.411932 2025] [mpm_event:notice] [pid 140:tid 140] AH00489: Apache/2.4.65 (Unix) OpenSSL/3.5.2 configured -- resuming normal operations
2025-10-14T01:13:57.412336556Z [Tue Oct 14 01:13:57.411975 2025] [core:notice] [pid 140:tid 140] AH00094: Command line: 'httpd -D FOREGROUND'
2025-10-14T01:13:57.414257117Z {"level":"info","ts":1760404437.4140847,"msg":"maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined"}
2025-10-14T01:13:57.414440397Z {"level":"info","ts":1760404437.4143174,"msg":"GOMEMLIMIT is updated","package":"github.com/KimMachineGun/automemlimit/memlimit","GOMEMLIMIT":14993952768,"previous":9223372036854775807}
2025-10-14T01:13:57.414552566Z {"level":"info","ts":1760404437.4143717,"msg":"using config from file","file":"/Caddyfile"}
2025-10-14T01:13:57.416079534Z {"level":"info","ts":1760404437.415933,"msg":"adapted config to JSON","adapter":"caddyfile"}
2025-10-14T01:13:57.417478053Z {"level":"info","ts":1760404437.417325,"msg":"serving initial configuration"}
2025-10-14T01:13:57.421387336Z [14-Oct-2025 01:13:57] NOTICE: fpm is running, pid 145
2025-10-14T01:13:57.421412097Z [14-Oct-2025 01:13:57] NOTICE: ready to handle connections
2025-10-14T01:15:10.174540019Z NOTICE: PHP message: 404 Not Found
2025-10-14T01:15:10.174594259Z Type: Slim\Exception\HttpNotFoundException
2025-10-14T01:15:10.174608947Z Code: 404
2025-10-14T01:15:10.174620884Z Message: Not found.
2025-10-14T01:15:10.174632369Z File: /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php
2025-10-14T01:15:10.174644187Z Line: 76
2025-10-14T01:15:10.174655724Z Trace: #0 /var/www/docker-aio/php/vendor/slim/slim/Slim/Routing/RouteRunner.php(62): Slim\Middleware\RoutingMiddleware->performRouting(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174691421Z #1 /var/www/docker-aio/php/vendor/slim/csrf/src/Guard.php(482): Slim\Routing\RouteRunner->handle(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174703352Z #2 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(178): Slim\Csrf\Guard->process(Object(GuzzleHttp\Psr7\ServerRequest), Object(Slim\Routing\RouteRunner))
2025-10-14T01:15:10.174714288Z #3 /var/www/docker-aio/php/vendor/slim/twig-view/src/TwigMiddleware.php(117): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174724605Z #4 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Views\TwigMiddleware->process(Object(GuzzleHttp\Psr7\ServerRequest), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2025-10-14T01:15:10.174735390Z #5 /var/www/docker-aio/php/src/Middleware/AuthMiddleware.php(36): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174745541Z #6 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(283): AIO\Middleware\AuthMiddleware->__invoke(Object(GuzzleHttp\Psr7\ServerRequest), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2025-10-14T01:15:10.174756242Z #7 /var/www/docker-aio/php/vendor/slim/slim/Slim/Middleware/ErrorMiddleware.php(77): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174790247Z #8 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(129): Slim\Middleware\ErrorMiddleware->process(Object(GuzzleHttp\Psr7\ServerRequest), Object(Psr\Http\Server\RequestHandlerInterface@anonymous))
2025-10-14T01:15:10.174801196Z #9 /var/www/docker-aio/php/vendor/slim/slim/Slim/MiddlewareDispatcher.php(73): Psr\Http\Server\RequestHandlerInterface@anonymous->handle(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174813193Z #10 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(209): Slim\MiddlewareDispatcher->handle(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174823364Z #11 /var/www/docker-aio/php/vendor/slim/slim/Slim/App.php(193): Slim\App->handle(Object(GuzzleHttp\Psr7\ServerRequest))
2025-10-14T01:15:10.174833175Z #12 /var/www/docker-aio/php/public/index.php(198): Slim\App->run()
2025-10-14T01:15:10.174842470Z #13 {main}
2025-10-14T01:15:10.174851129Z Tips: To display error details in HTTP response set "displayErrorDetails" to true in the ErrorHandler constructor.
2025-10-14T01:15:25.592686604Z [14-Oct-2025 01:15:25] NOTICE: Terminating ...
2025-10-14T01:15:25.592742122Z [14-Oct-2025 01:15:25] NOTICE: exiting, bye-bye!
2025-10-14T01:15:27.479531972Z [Tue Oct 14 01:15:27.479304 2025] [mpm_event:notice] [pid 140:tid 140] AH00491: caught SIGTERM, shutting down
2025-10-14T01:40:39.024835506Z e[0;92mInitial startup of Nextcloud All-in-One complete!
2025-10-14T01:40:39.025050570Z You should be able to open the Nextcloud AIO Interface now on port 8080 of this server!
2025-10-14T01:40:39.025076888Z E.g. https://internal.ip.of.this.server:8080
2025-10-14T01:40:39.025108984Z ⚠️ Important: do always use an ip-address if you access this port and not a domain as HSTS might block access to it later!
2025-10-14T01:40:39.025120403Z
2025-10-14T01:40:39.025129024Z If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatically by opening the Nextcloud AIO Interface via:
2025-10-14T01:40:39.025138194Z https://your-domain-that-points-to-this-server.tld:8443e[0m
2025-10-14T01:40:39.401294710Z /usr/lib/python3.12/site-packages/supervisor/options.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
2025-10-14T01:40:39.401330600Z import pkg_resources
2025-10-14T01:40:40.514575226Z {"level":"info","ts":1760406040.510719,"msg":"maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined"}
2025-10-14T01:40:40.514593033Z {"level":"info","ts":1760406040.5109413,"msg":"GOMEMLIMIT is updated","package":"github.com/KimMachineGun/automemlimit/memlimit","GOMEMLIMIT":14993949081,"previous":9223372036854775807}
2025-10-14T01:40:40.514597734Z {"level":"info","ts":1760406040.5109875,"msg":"using config from file","file":"/Caddyfile"}
2025-10-14T01:40:40.514600995Z {"level":"info","ts":1760406040.5130014,"msg":"adapted config to JSON","adapter":"caddyfile"}
2025-10-14T01:40:40.516429297Z {"level":"info","ts":1760406040.5162618,"msg":"serving initial configuration"}
2025-10-14T01:40:40.521360605Z [Tue Oct 14 01:40:40.521125 2025] [mpm_event:notice] [pid 131:tid 131] AH00489: Apache/2.4.65 (Unix) OpenSSL/3.5.2 configured -- resuming normal operations
2025-10-14T01:40:40.521549582Z [Tue Oct 14 01:40:40.521389 2025] [core:notice] [pid 131:tid 131] AH00094: Command line: 'httpd -D FOREGROUND'
2025-10-14T01:40:40.554130764Z [14-Oct-2025 01:40:40] NOTICE: fpm is running, pid 136
2025-10-14T01:40:40.554146227Z [14-Oct-2025 01:40:40] NOTICE: ready to handle connections
Web Browser
If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.
2025-10-14T00:58:24.043989347Z Connection to nextcloud-aio-nextcloud (172.18.0.3) 9000 port [tcp/*] succeeded!
2025-10-14T00:58:24.283996469Z /usr/lib/python3.12/site-packages/supervisor/options.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
2025-10-14T00:58:24.284017851Z import pkg_resources
2025-10-14T00:58:25.364050436Z [Mon Oct 13 19:58:25.363328 2025] [mpm_event:notice] [pid 31:tid 31] AH00489: Apache/2.4.65 (Unix) configured -- resuming normal operations
2025-10-14T00:58:25.364072197Z [Mon Oct 13 19:58:25.363385 2025] [core:notice] [pid 31:tid 31] AH00094: Command line: '/usr/local/apache2/bin/httpd -D FOREGROUND'
2025-10-14T00:58:25.371008679Z {"level":"info","ts":1760403505.369838,"msg":"maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined"}
2025-10-14T00:58:25.371031369Z {"level":"info","ts":1760403505.3700461,"msg":"GOMEMLIMIT is updated","package":"github.com/KimMachineGun/automemlimit/memlimit","GOMEMLIMIT":14993952768,"previous":9223372036854775807}
2025-10-14T00:58:25.371037137Z {"level":"info","ts":1760403505.3700824,"msg":"using config from file","file":"/tmp/Caddyfile"}
2025-10-14T00:58:25.372781441Z {"level":"info","ts":1760403505.3726237,"msg":"adapted config to JSON","adapter":"caddyfile"}
2025-10-14T00:58:25.376067476Z {"level":"info","ts":1760403505.3758638,"msg":"serving initial configuration"}
2025-10-14T01:16:13.862429747Z Waiting for Nextcloud to start...
2025-10-14T01:16:18.868135765Z Waiting for Nextcloud to start...
2025-10-14T01:16:23.870249091Z Waiting for Nextcloud to start...
2025-10-14T01:16:28.872465215Z Waiting for Nextcloud to start...
2025-10-14T01:16:33.877211494Z Waiting for Nextcloud to start...
2025-10-14T01:16:38.880263623Z Waiting for Nextcloud to start...
2025-10-14T01:16:43.888267846Z Waiting for Nextcloud to start...
2025-10-14T01:16:48.892575394Z Connection to nextcloud-aio-nextcloud (172.18.0.4) 9000 port [tcp/*] succeeded!
2025-10-14T01:16:49.327184583Z /usr/lib/python3.12/site-packages/supervisor/options.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
2025-10-14T01:16:49.327204450Z import pkg_resources
2025-10-14T01:16:50.424779041Z {"level":"info","ts":1760404610.4236212,"msg":"maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined"}
2025-10-14T01:16:50.424798840Z {"level":"info","ts":1760404610.423862,"msg":"GOMEMLIMIT is updated","package":"github.com/KimMachineGun/automemlimit/memlimit","GOMEMLIMIT":14993949081,"previous":9223372036854775807}
2025-10-14T01:16:50.424804275Z {"level":"info","ts":1760404610.4238973,"msg":"using config from file","file":"/tmp/Caddyfile"}
2025-10-14T01:16:50.426979684Z {"level":"info","ts":1760404610.426773,"msg":"adapted config to JSON","adapter":"caddyfile"}
2025-10-14T01:16:50.428472216Z [Mon Oct 13 20:16:50.427075 2025] [mpm_event:notice] [pid 51:tid 51] AH00489: Apache/2.4.65 (Unix) configured -- resuming normal operations
2025-10-14T01:16:50.428483872Z [Mon Oct 13 20:16:50.427133 2025] [core:notice] [pid 51:tid 51] AH00094: Command line: '/usr/local/apache2/bin/httpd -D FOREGROUND'
2025-10-14T01:16:50.433130583Z {"level":"info","ts":1760404610.4328911,"msg":"serving initial configuration"}
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____
:
2025-10-14T01:15:24Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.200.73
2025-10-14T01:15:24Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.200.73
2025-10-14T01:15:24Z ERR failed to run the datagram handler error="context canceled" connIndex=3 event=0 ip=198.41.200.13
2025-10-14T01:15:24Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.13
2025-10-14T01:15:24Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.200.13
2025-10-14T01:15:24Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.200.13
2025-10-14T01:15:24Z ERR Connection terminated connIndex=1
2025-10-14T01:15:24Z ERR Connection terminated connIndex=2
2025-10-14T01:15:24Z ERR Connection terminated connIndex=0
2025-10-14T01:15:24Z ERR Connection terminated connIndex=3
2025-10-14T01:15:24Z ERR no more connections active and exiting
2025-10-14T01:15:24Z INF Tunnel server stopped
2025-10-14T01:15:24Z ERR icmp router terminated error="context canceled"
2025-10-14T01:15:24Z INF Metrics server stopped
2025-10-14T01:23:24Z INF Starting tunnel tunnelID=ecab89d0-6e4d-4a57-807d-8776ae6a2a7e
2025-10-14T01:23:24Z INF Version 2025.9.1 (Checksum 67eecdc0ec0c153daee4cd829b42c69623475afd02d84664c32e7b3bf42d3f03)
2025-10-14T01:23:24Z INF GOOS: linux, GOVersion: go1.24.4, GoArch: amd64
2025-10-14T01:23:24Z INF Settings: map[no-autoupdate:true token:*****]
2025-10-14T01:23:24Z INF Generated Connector ID: 555d38c3-8b98-4f70-bbc4-b2853f47db53
2025-10-14T01:23:24Z INF Initial protocol quic
2025-10-14T01:23:24Z INF ICMP proxy will use 172.17.0.2 as source for IPv4
2025-10-14T01:23:24Z INF ICMP proxy will use ::1 in zone lo as source for IPv6
2025-10-14T01:23:24Z ERR Cannot determine default origin certificate path. No file cert.pem in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp /etc/cloudflared /usr/local/etc/cloudflared]. You need to specify the origin certificate path by specifying the origincert option in the configuration file, or set TUNNEL_ORIGIN_CERT environment variable originCertPath=
2025-10-14T01:23:24Z INF ICMP proxy will use 172.17.0.2 as source for IPv4
2025-10-14T01:23:24Z INF ICMP proxy will use ::1 in zone lo as source for IPv6
2025-10-14T01:23:24Z INF Starting metrics server on [::]:20241/metrics
2025-10-14T01:23:24Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.192.27
2025/10/14 01:23:24 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details.
2025-10-14T01:23:25Z INF Registered tunnel connection connIndex=0 connection=be7805a0-9e70-4281-88af-9c5489d8d124 event=0 ip=198.41.192.27 location=bna01 protocol=quic
2025-10-14T01:23:25Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=1 event=0 ip=198.41.200.33
2025-10-14T01:23:25Z INF Updated to new configuration config="{\"ingress\":[{\"hostname\":\"sub.my.tld\", \"originRequest\":{}, \"service\":\"http://127.0.0.1:11000\"}, {\"service\":\"http_status:404\"}], \"warp-routing\":{\"enabled\":true}}" version=14
2025-10-14T01:23:25Z INF Registered tunnel connection connIndex=1 connection=5418600c-c259-49e3-8dc7-e5a8c9c74906 event=0 ip=198.41.200.33 location=atl10 protocol=quic
2025-10-14T01:23:26Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=2 event=0 ip=198.41.200.73
2025-10-14T01:23:27Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=3 event=0 ip=198.41.192.167
2025-10-14T01:23:27Z INF Registered tunnel connection connIndex=3 connection=fd3b9f3d-2afd-4cc9-a590-435b7c065c91 event=0 ip=198.41.192.167 location=bna01 protocol=quic
2025-10-14T01:23:31Z WRN Failed to dial a quic connection error="failed to dial to edge with quic: timeout: no recent network activity" connIndex=2 event=0 ip=198.41.200.73
2025-10-14T01:23:31Z INF Retrying connection in up to 2s connIndex=2 event=0 ip=198.41.200.73
2025-10-14T01:23:32Z WRN Connection terminated error="failed to dial to edge with quic: timeout: no recent network activity" connIndex=2
2025-10-14T01:23:33Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=2 event=0 ip=198.41.200.23
2025-10-14T01:23:34Z INF Registered tunnel connection connIndex=2 connection=a7092bca-a106-4615-a883-1e58d6385c40 event=0 ip=198.41.200.23 location=atl11 protocol=quic
2025-10-14T01:24:24Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:24:24Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.200.23 type=http
2025-10-14T01:25:25Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:25:25Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.200.23 type=http
2025-10-14T01:26:25Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:26:25Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.167 type=http
2025-10-14T01:27:25Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:27:25Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.200.33 type=http
2025-10-14T01:28:25Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:28:25Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:29:26Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:29:26Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:30:26Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:30:26Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:31:26Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:31:26Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.167 type=http
2025-10-14T01:32:27Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:32:27Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:33:27Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:33:27Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:34:27Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:34:27Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:35:28Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:35:28Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.167 type=http
2025-10-14T01:35:42Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:35:42Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 dest=https://sub.my.tld/remote.php/dav/calendars/john/app-generated--deck--board-2/ event=0 ip=198.41.200.33 type=http
2025-10-14T01:36:28Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:36:28Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.200.33 type=http
2025-10-14T01:36:30Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:36:30Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 dest=https://sub.my.tld/remote.php/dav/calendars/john/app-generated--deck--board-2/ event=0 ip=198.41.200.23 type=http
2025-10-14T01:37:28Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:37:28Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.200.23 type=http
2025-10-14T01:38:28Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:38:28Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.200.23 type=http
2025-10-14T01:39:13Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:39:13Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 dest=https://sub.my.tld/remote.php/dav/files/john/ event=0 ip=198.41.192.167 type=http
2025-10-14T01:39:14Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:39:14Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 dest=https://sub.my.tld/index.php/204 event=0 ip=198.41.200.33 type=http
2025-10-14T01:39:14Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:39:14Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 dest=https://sub.my.tld/index.php/204 event=0 ip=198.41.192.167 type=http
2025-10-14T01:39:14Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:39:14Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/index.php/204 event=0 ip=198.41.192.27 type=http
2025-10-14T01:39:29Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:39:29Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:40:29Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:40:29Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:40:50Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:40:50Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 dest=https://sub.my.tld/ event=0 ip=198.41.200.33 type=http
2025-10-14T01:40:51Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:40:51Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=2 dest=https://sub.my.tld/favicon.ico event=0 ip=198.41.200.23 type=http
2025-10-14T01:40:51Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:40:51Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=1 dest=https://sub.my.tld/index.php/apps/files/preview-service-worker.js event=0 ip=198.41.200.33 type=http
2025-10-14T01:41:29Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:41:29Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:42:30Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:42:30Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=0 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.27 type=http
2025-10-14T01:43:30Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:43:30Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.167 type=http
2025-10-14T01:44:31Z ERR error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 event=1 ingressRule=0 originService=http://127.0.0.1:11000
2025-10-14T01:44:31Z ERR Request failed error="Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp 127.0.0.1:11000: connect: connection refused" connIndex=3 dest=https://sub.my.tld/apps/richdocuments/settings/fonts.json event=0 ip=198.41.192.167 type=http
Configuration
Nextcloud
The output of occ config:list system
or similar is best, but, if not possible, the contents of your config.php
file from /path/to/nextcloud
is fine (make sure to remove any identifiable information!):
PASTE HERE
Apps
The output of occ app:list
(if possible).
Tips for increasing the likelihood of a response
- Use the
preformatted text
formatting option in the editor for all log entries and configuration output. - If screenshots are useful, feel free to include them.
- If possible, also include key error output in text form so it can be searched for.
- Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.