mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #9] [v2] Internal error when uploading custom certificates #9
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#9
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 @NochEinKamel on GitHub (Aug 31, 2018).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/9
Hi,
great work so far!
I was trying to add a custom certificate and only got a popup showing "internal error".
Also got the following log entry:
[Express ] › ⚠ warning dir is not defined
Looks like the dir variable is not available in the then function here:
github.com/jc21/nginx-proxy-manager@a4b918e648/src/backend/internal/certificate.js (L444)Thanks
@jc21 commented on GitHub (Sep 3, 2018):
Yep looks like you're correct. I've fixed the scope, pull the docker image again to get the fix.