[GH-ISSUE #645] not-responding form on add custom certificate #548

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

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

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
kerem 2026-02-26 06:33:21 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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)

<!-- gh-comment-id:709365095 --> @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)
Author
Owner

@jc21 commented on GitHub (Oct 15, 2020):

See #656 - which was submitted after 2.6.0 release.
edit: wrong issue

<!-- gh-comment-id:709632367 --> @jc21 commented on GitHub (Oct 15, 2020): See #656 - which was submitted after 2.6.0 release. edit: wrong issue
Author
Owner

@miguelwill commented on GitHub (Oct 16, 2020):

thank you for the notice
i proceed to close the issue

<!-- gh-comment-id:710517734 --> @miguelwill commented on GitHub (Oct 16, 2020): thank you for the notice i proceed to close the issue
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#548
No description provided.