mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #645] not-responding form on add custom certificate #548
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#548
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 @miguelwill on GitHub (Oct 9, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/645
currently using the latest version estabe 2.5.0
in the form to add a new custom certificate, when you press the button "save", it is static and without doing anything else
when I check the error console in the browser, I get the following message, indicating an error when checking a property not defined in that form (maybe it was inherited from the cloudflare form)
17.bundle.17.js:1 Uncaught TypeError: Cannot read property 'cloudflare_use' of undefined
at i.click @ui.save (17.bundle.17.js:1)
at HTMLDivElement.dispatch (main.bundle.js?v=2.5.0:27)
at HTMLDivElement.p.handle (main.bundle.js?v=2.5.0:27)
I hope this problem can be solved soon
thanks
@miguelwill commented on GitHub (Oct 15, 2020):
I just tried on the recently released version 2.6.0 and the problem still persists
16.bundle.16.js:1 Uncaught TypeError: Cannot read property 'dns_challenge' of undefined
at i.click @ui.save (16.bundle.16.js:1)
at HTMLDivElement.dispatch (main.bundle.js?v=2.6.0:27)
at HTMLDivElement.p.handle (main.bundle.js?v=2.6.0:27)
@jc21 commented on GitHub (Oct 15, 2020):
See #656 - which was submitted after 2.6.0 release.
edit: wrong issue
@miguelwill commented on GitHub (Oct 16, 2020):
thank you for the notice
i proceed to close the issue