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
I've searched through documentation, GitHub issues, and community forums but couldn't find a clear solution. I’d like to know if anyone else has experienced this issue or has any suggestions on how to resolve it.
Nginx Proxy Manager Version
v2.12.3
To Reproduce
Steps to reproduce the behavior:
Go to the Nginx Proxy Manager dashboard
Click on the “Hosts” menu and select “Dead Hosts”
Click on “Add Dead Host”
Fill in the required fields and try to save
See the Internal Error in the UI and database error in docker logs
Screenshots
Operating System
Operating System
Ubuntu 24.04.2 LTS (Codename: noble)
Nginx Proxy Manager running via Docker (jc21/nginx-proxy-manager:latest)
PostgreSQL database running directly on the host (outside Docker)
The text was updated successfully, but these errors were encountered:
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
I'm trying to create a Dead Host using Nginx Proxy Manager with a PostgreSQL database, but I'm encountering the following error:
[4/10/2025] [1:03:10 PM] [Express ] › ⚠ warning insert into "dead_host" ("advanced_config", "certificate_id", "created_on", "domain_names", "hsts_enabled", "hsts_subdomains", "http2_support", "meta", "modified_on", "owner_user_id", "ssl_forced") values ($1, $2, NOW(), $3, $4, $5, $6, $7, NOW(), $8, $9) returning "id" - invalid input syntax for type integer: "true"
I've searched through documentation, GitHub issues, and community forums but couldn't find a clear solution. I’d like to know if anyone else has experienced this issue or has any suggestions on how to resolve it.
Nginx Proxy Manager Version
v2.12.3
To Reproduce
Steps to reproduce the behavior:
Screenshots
Operating System
Operating System
Ubuntu 24.04.2 LTS (Codename: noble)
Nginx Proxy Manager running via Docker (jc21/nginx-proxy-manager:latest)
PostgreSQL database running directly on the host (outside Docker)
The text was updated successfully, but these errors were encountered: