You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a web app deployed via dokku running in docker:
getting 404s intermittently,
getting intermittent Whitelabel Error Page errors
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sat Oct 14 12:29:06 UTC 2023
There was an unexpected error (type=Not Found, status=404).
Refreshing any web page with the errror a few times causes it to work. nginx access logs show nothing when 404 errors occur, suggesting its a docker network issue?
The app is a django app, deployed into a container by dokku. Dokku uses nginx.
App was working fine in 4.24.0 - problems begain when upgraded to docker desktop for mac 4.24.2
Downgrading from 4.24.2 -> 4.24.0 fixed the problem. (By uninstalling docker desktop and re-installing 4.24.0, then rebuilding the containers).
Description
Running a web app deployed via dokku running in docker:
Refreshing any web page with the errror a few times causes it to work. nginx access logs show nothing when 404 errors occur, suggesting its a docker network issue?
The app is a django app, deployed into a container by dokku. Dokku uses nginx.
App was working fine in 4.24.0 - problems begain when upgraded to docker desktop for mac 4.24.2
Downgrading from 4.24.2 -> 4.24.0 fixed the problem. (By uninstalling docker desktop and re-installing 4.24.0, then rebuilding the containers).
Reproduce
Install dokku in docker
Install ssh keys into dokku.
Install my app
Assuming
/etc/hosts
containsAccess http://gituml.dokku.me/ then browse through the pages of the app. They intermittently fail.
Expected behavior
web pages should respond at all times without errors
docker version
docker version (after repairing the situation and downgrading) Client: Docker Engine - Community Version: 24.0.6 API version: 1.43 Go version: go1.20.7 Git commit: ed223bc Built: Mon Sep 4 12:31:52 2023 OS/Arch: linux/arm64 Context: default Server: Docker Desktop 4.24.0 (122432) Engine: Version: 24.0.6 API version: 1.43 (minimum version 1.12) Go version: go1.20.7 Git commit: 1a79695 Built: Mon Sep 4 12:31:36 2023 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.6.22 GitCommit: 8165feabfdfe38c65b599c4993d227328c231fca runc: Version: 1.1.8 GitCommit: v1.1.8-0-g82f18fe docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
FB17F6AE-AEB5-4004-9265-894AC3CB1F21/20231015054159
Additional Info
The text was updated successfully, but these errors were encountered: