mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1335] Unable to Add 404 host #1065
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1065
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 ?
@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.
@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!
@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"