[GH-ISSUE #1335] Unable to Add 404 host #1065

Closed
opened 2026-02-26 06:35:37 +03:00 by kerem · 3 comments
Owner

Originally created by @maarpa on GitHub (Aug 19, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1335

I seem to not be able to add a 404 Host!
When clicking the "Add 404 Host" button, nothing happens...
Any idea ?

Originally created by @maarpa on GitHub (Aug 19, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1335 I seem to not be able to add a 404 Host! When clicking the "Add 404 Host" button, nothing happens... Any idea ?
kerem closed this issue 2026-02-26 06:35:37 +03:00
Author
Owner

@jc21 commented on GitHub (Aug 19, 2021):

I'm unable to replicate this.

I suggest you clear your entire browser cache and reload the admin site again. It's probably the annoying mismatch of javascript bundles.

If not, inspect the browser console window and check for any console errors.

<!-- gh-comment-id:902300864 --> @jc21 commented on GitHub (Aug 19, 2021): I'm unable to replicate this. I suggest you clear your entire browser cache and reload the admin site again. It's probably the annoying mismatch of javascript bundles. If not, inspect the browser console window and check for any console errors.
Author
Owner

@maarpa commented on GitHub (Aug 20, 2021):

I did clear the cache, several times, and it still didn't work - at the time!
However, after your response I used a tablet instead of PC, and it worked!
Great, thanks for your reply!

<!-- gh-comment-id:902509181 --> @maarpa commented on GitHub (Aug 20, 2021): I did clear the cache, several times, and it still didn't work - at the time! However, after your response I used a tablet instead of PC, and it worked! Great, thanks for your reply!
Author
Owner

@pasarenicu commented on GitHub (Jun 6, 2025):

Same thing here, using postgres as a database i get an internal error when trying to add a 404 host.

some logs from postgres:

2025-06-06 18:39:43.362 UTC [71] ERROR: invalid input syntax for type integer: "false"
2025-06-06 18:39:43.362 UTC [71] CONTEXT: unnamed portal parameter $4 = '...'
2025-06-06 18:39:43.362 UTC [71] STATEMENT: 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"

Image

<!-- gh-comment-id:2950165963 --> @pasarenicu commented on GitHub (Jun 6, 2025): Same thing here, using postgres as a database i get an internal error when trying to add a 404 host. some logs from postgres: > 2025-06-06 18:39:43.362 UTC [71] ERROR: invalid input syntax for type integer: "false" 2025-06-06 18:39:43.362 UTC [71] CONTEXT: unnamed portal parameter $4 = '...' 2025-06-06 18:39:43.362 UTC [71] STATEMENT: 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" > ![Image](https://github.com/user-attachments/assets/1cbe468b-409a-4dd2-9d1d-dda41656d995)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1065
No description provided.