I need help my npm is giving an error

[3/31/2025] [3:11:58 PM] [Nginx ] › ⬤ debug Could not delete file: {

"errno": -2,

"code": "ENOENT",

"syscall": "unlink",

"path": "/data/nginx/proxy_host/2.conf.err"

}

[3/31/2025] [3:11:58 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"

[3/31/2025] [3:11:58 PM] [Nginx ] › :information_source: info Reloading Nginx

[3/31/2025] [3:11:58 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload

[3/31/2025] [3:12:03 PM] [SSL ] › :information_source: info Requesting Let'sEncrypt certificates for Cert #10: auto.tb.tec.br

[3/31/2025] [3:12:03 PM] [SSL ] › :information_source: info Command: certbot certonly --config '/etc/letsencrypt.ini' --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-10" --agree-tos --authenticator webroot --email 'iatudobelo@gmail.com' --preferred-challenges "dns,http" --domains "auto.tb.tec.br"

[3/31/2025] [3:12:03 PM] [Global ] › ⬤ debug CMD: certbot certonly --config '/etc/letsencrypt.ini' --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-10" --agree-tos --authenticator webroot --email 'iatudobelo@gmail.com' --preferred-challenges "dns,http" --domains "auto.tb.tec.br"

[3/31/2025] [3:13:36 PM] [Nginx ] › ⬤ debug Deleting file: /data/nginx/temp/letsencrypt_10.conf

[3/31/2025] [3:13:36 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -t -g "error_log off;"

[3/31/2025] [3:13:36 PM] [Nginx ] › :information_source: info Reloading Nginx

[3/31/2025] [3:13:36 PM] [Global ] › ⬤ debug CMD: /usr/sbin/nginx -s reload

[3/31/2025] [3:13:36 PM] [
Express ] › :warning: warning Saving debug log to /tmp/letsencrypt-log/letsencrypt.log

my npm is not issuing a certificate and these are the logs it returns to me, can someone help me? and on the npm panel itself it gives an internal error

Can you get this, or has it been deleted already?

That problem is best reported to the NPM support: GitHub - NginxProxyManager/nginx-proxy-manager: Docker container for managing Nginx proxy hosts with a simple, powerful interface

If you show the /tmp/letsencrypt-log/letsencrypt.log maybe we could help you. But, problems like this are almost always a problem with NPM configuring your system or you don't allow HTTP access to your domain. For that you need to check all your communications configuration.

2 Likes

How do I get it?

my friend I'll take a look

Trying to set up npm as well, same error logs as you. I'm also not sure where to find the temp letsencrypt logs. Currently running npm in docker on windows 10. Hope we can fix this!