Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest docker image?
- No (cannot upgrade past v2.13.7 because of Raspberry PI limitation)
- Are you sure you're not using someone else's docker image?
- Have you searched for similar issues (both open and closed)?
Describe the bug
I have upgraded to version 2.13.7, which is the most recent version that is supported on my architecture (armhf on Raspberry Pi 32-bit).
The "docker logs" command shows many occurrences of the following error message:
nginx: [alert] failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: /etc/nginx/lualib/resty/core/base.lua:24: ngx_http_lua_module 0.10.25 required) in /etc/nginx/nginx.conf:87
The NPM admin/login page does not load in my browser (local to the server, or remotely), showing ERR_SOCKET_NOT_CONNECTED.
My docker container has a mapping of the /etc/nginx directory to the host, but the contents of my nginx.conf file are identical with the original in the container. Similarly the file /etc/nginx/lualib/resty/core/base.lua is unmodified.
The error message indicates than an incorrect OpenResty version is installed. But I presume that OpenResty is included with the NPM container, so I don't know how to proceed to correct this.
Nginx Proxy Manager Version
I cannot open the login page, but I verified in docker that I am using v2.13.7.
Similarly if I enter bash on the container via "docker exec..." I see 2.13.7 reported.
To Reproduce
Steps to reproduce the behavior:
- Attempt to open the admin/login page (get socket error in browser)
- Review the output of "docker logs" command and observed the error above.
Expected behavior
Expect the login page to open without error. I was previously running an old v2.11.something and there was no error there.
Screenshots
Operating System
Raspberry PI 4. Raspberry PI OS "bullseye"
Additional context
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I have upgraded to version 2.13.7, which is the most recent version that is supported on my architecture (armhf on Raspberry Pi 32-bit).
The "docker logs" command shows many occurrences of the following error message:
nginx: [alert] failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: /etc/nginx/lualib/resty/core/base.lua:24: ngx_http_lua_module 0.10.25 required) in /etc/nginx/nginx.conf:87
The NPM admin/login page does not load in my browser (local to the server, or remotely), showing ERR_SOCKET_NOT_CONNECTED.
My docker container has a mapping of the /etc/nginx directory to the host, but the contents of my nginx.conf file are identical with the original in the container. Similarly the file /etc/nginx/lualib/resty/core/base.lua is unmodified.
The error message indicates than an incorrect OpenResty version is installed. But I presume that OpenResty is included with the NPM container, so I don't know how to proceed to correct this.
Nginx Proxy Manager Version
I cannot open the login page, but I verified in docker that I am using v2.13.7.
Similarly if I enter bash on the container via "docker exec..." I see 2.13.7 reported.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect the login page to open without error. I was previously running an old v2.11.something and there was no error there.
Screenshots
Operating System
Raspberry PI 4. Raspberry PI OS "bullseye"
Additional context