mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1676] Button not working for Add Certificate --> Custom #1254
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#1254
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 @ctrlzed on GitHub (Dec 23, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1676
Describe the bug
On the SSL Certificates tab, adding a custom certificate does not open a drop-down dialog, hence custom certificates cannot be added.
Adding a Let's Encrypt certificate via the same button works fine.
Nginx Proxy Manager Version
v2.9.13
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A drop down dialog is presented to allow the user to add a certificate
Screenshots
N/A - No error or screen of any kind is presented. But something should happen when you click this button.
Operating System
Unraid 6.9.2 (via Docker)
Additional context
@krautech commented on GitHub (Dec 24, 2021):
Fix doesnt work
@moeik commented on GitHub (Dec 24, 2021):
Me too.
@felixoswald commented on GitHub (Dec 24, 2021):
can confirm this with docker :latest image (v2.9.13)
console log on chrome

edit:
with #1677 (docker :github-pr-1677) and clearing cache it works again
@chaptergy commented on GitHub (Dec 24, 2021):
@krause3284 @moeik See https://github.com/jc21/nginx-proxy-manager/pull/1677#issuecomment-1000866294
@krautech commented on GitHub (Dec 24, 2021):
@chaptergy after pulling it twice and clearing the cache a bunch of times, it decided to work. Not sure why the initial clearing of cache didn't work. Thank you!
@hoochster commented on GitHub (Dec 25, 2021):
I am having this issue as well, have tried clearing cache multiple times, different browsers etc. Have wiped/reinstalled multiple times all having same issue. This worked just fine a couple days ago. Let me know if you need me to provide anything. One thing I have noted that might not be related, but first time connecting to site, gives a Warning of invalid signature in the log.
[12/25/2021] [6:42:03 PM] [SSL ] › ℹ info Renew Complete
[12/25/2021] [6:42:18 PM] [Express ] › ⚠ warning invalid signature
I apologize, I mispoke this. I saw others state the fix posted above not working so being typical, didn't even try it. But just did and cleared cache and it worked. Thank you so much.
@averyhox commented on GitHub (Dec 26, 2021):
After using the #1677 fix, it did not initially work on Edge browser, showing the same errors as above. However, once I swapped to a privacy window it worked fine. The next day, when I re-loaded my npm and database, it worked fine without a privacy window.
I believe #1677 does fix the issue (at least for me), but something was hanging in my browser (cache) preventing it from working.
@robertfraefel commented on GitHub (Dec 29, 2021):
same here:

does not work with a brand new installation :latest
@chaptergy commented on GitHub (Dec 29, 2021):
@robertfraefel There hasn't been a new release yet, you'll have to wait for 2.9.14 or use the pr image.