Open EpicLPer opened 10 months ago
Any updates by any chance? :(
6 months later, any updates? Getting this error again sadly...
Still getting this error... :(
I have also installed it on Proxmox via Proxmox scripts. It was working fine when I installed it in Docker, but this time, when I installed it on Proxmox VE, it started giving errors on the dashboard and add proxy page:
TypeError: Cannot read properties of undefined (reading 'call') at r (main.bundle.js?v=2.11.3:1:361) at main.bundle.js?v=2.11.3:13:151124
I have also installed it on Proxmox via Proxmox scripts. It was working fine when I installed it in Docker, but this time, when I installed it on Proxmox VE, it started giving errors on the dashboard and add proxy page:
TypeError: Cannot read properties of undefined (reading 'call') at r (main.bundle.js?v=2.11.3:1:361) at main.bundle.js?v=2.11.3:13:151124
This seems to be an unrelated error and probably worth a new issue.
A little update to this: I simply installed NPM from scratch and manually transferred all old data over without copy/pasting anything... this worked...
So my guess is something in the old database got corrupted.
I also encountered the same situation.
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug Trying to add any new SSL certificate from Let's Encrypt (renewing works fine) results in the console throwing the below error. The web interface simply shows "Internal Error".
It seems to save it just fine, but later when NPM tries to "process" that certificate somehow it seems to fail.
The Web Interface shows:
The Docker Log shows:
Nginx Proxy Manager Version 2.11.1 (same issue before I upgraded from, I believe, 2.10.4)
To Reproduce Steps to reproduce the behavior:
Expected behavior Certificate should generate and import appropriatly.
Screenshots None
Operating System Ubuntu 22.04.2 LTS
Additional context None