Skip to content

[Bug] Provide a short description of the bug here #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
barto95100 opened this issue Dec 29, 2023 · 0 comments
Open

[Bug] Provide a short description of the bug here #3

barto95100 opened this issue Dec 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@barto95100
Copy link

barto95100 commented Dec 29, 2023

Current Behavior

not possible to access redirection host menu
Access to redirection host:
Cannot read properties of null (reading 'avatar')

Expected Behavior

No response

Steps To Reproduce

Just connect and select redirectino host and hte result is :
CleanShot 2023-12-29 at 14 06 03

I search on internet and I viex this issue of npm :
NginxProxyManager/nginx-proxy-manager#230 (comment)

but when i test to connect on db and the the command send to resolve my problem, the result is :

MariaDB [npm]> UPDATE user SET is_deleted=1;
ERROR 1146 (42S02): Table 'npm.user' doesn't exist

Environment

  • OS: Debian
  • OS version: 11
  • Docker version: 20.10.21
  • Browser/OS: all browser

Container creation

version: "3"
services:
  npm_lepresident:
    image: 'lepresidente/nginx-proxy-manager:latest'
    restart: always
    container_name: npm-secure-lepresident
    ports:

      - "80:8080"
      - "443:4443"
    environment:
      # This is the default cert used to validate reCAPTCHA
      TZ: "Europe/Paris"
      ADMIN_PANEL_LOG: "1"
      CROWDSEC_BOUNCER: "1"
      OPENRESTY_DEBUG: "0"
      MODSEC_ENABLE: "0"
      CROWDSEC_LAPI: "http://5.x.x.5:8080"
      CROWDSEC_KEY: "64d9176xxxxxxxxxxxxxxxxxxx857be662"

      # These are the settings to access your db
      DB_MYSQL_HOST: "db"
      DB_MYSQL_PORT: 3306
      DB_MYSQL_USER: "npm"
      DB_MYSQL_PASSWORD: "xxxxxxxx"
      DB_MYSQL_NAME: "npm"
      # If you would rather use Sqlite uncomment this
      # and remove all DB_MYSQL_* lines above
      # DB_SQLITE_FILE: "/data/database.sqlite"
      # Uncomment this if IPv6 is not enabled on your host
      # DISABLE_IPV6: 'true'
    volumes:
      - /docker/nginx-proxy-manager-president:/config:rw"
      - /docker/nginx-proxy-manager-president/letsencrypt:/etc/letsencrypt
    depends_on:
      - db-lepresident
    networks:
      - default
      - traefik-net
  db-lepresident:
    image: 'jc21/mariadb-aria:latest'
    restart: always
    container_name: npm_db_lepresident
    environment:
      MYSQL_ROOT_PASSWORD: 'xxxxxxxx'
      MYSQL_DATABASE: 'npm'
      MYSQL_USER: 'npm'
      MYSQL_PASSWORD: "xxxxxxxx"
    volumes:
      - /docker/nginx-proxy-manager-president/data/mysql:/var/lib/mysql
    networks:
      - default
networks:
  traefik-net:
    external: true

Container log

[12/28/2023] [4:44:49 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:46:29 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:46:41 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:46:50 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:47:10 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:47:23 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:47:32 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:48:01 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:48:16 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:50:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:53:02 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [4:53:44 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:55:28 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:56:11 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [4:56:11 PM] [SSL      ] › ℹ  info      Renew Complete
[12/28/2023] [5:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [5:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [5:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/28/2023] [6:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [6:53:21 PM] [IP Ranges] › ℹ  info      Fetching IP Ranges from online services...
[12/28/2023] [6:53:21 PM] [IP Ranges] › ℹ  info      Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
[12/28/2023] [6:53:21 PM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v4
[12/28/2023] [6:53:21 PM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v6
[12/28/2023] [6:53:22 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [6:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [6:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/28/2023] [7:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [7:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [7:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/28/2023] [8:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [8:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [8:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/28/2023] [9:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [9:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [9:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/28/2023] [10:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [10:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [10:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/28/2023] [11:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/28/2023] [11:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/28/2023] [11:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [12:53:18 AM] [Setup    ] › ℹ  info      Logrotate completed.
[12/29/2023] [12:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [12:53:21 AM] [IP Ranges] › ℹ  info      Fetching IP Ranges from online services...
[12/29/2023] [12:53:21 AM] [IP Ranges] › ℹ  info      Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
[12/29/2023] [12:53:21 AM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v4
[12/29/2023] [12:53:21 AM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v6
[12/29/2023] [12:53:22 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [12:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [12:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [1:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [1:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [1:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [2:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [2:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [2:53:25 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [3:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [3:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [3:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [4:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [4:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [4:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [5:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [5:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [5:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [6:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [6:53:21 AM] [IP Ranges] › ℹ  info      Fetching IP Ranges from online services...
[12/29/2023] [6:53:21 AM] [IP Ranges] › ℹ  info      Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
[12/29/2023] [6:53:21 AM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v4
[12/29/2023] [6:53:21 AM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v6
[12/29/2023] [6:53:22 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [6:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [6:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [7:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [7:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [7:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [8:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [8:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [8:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [9:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [9:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [9:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [10:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [10:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [10:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [11:53:21 AM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [11:53:24 AM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [11:53:24 AM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [12:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [12:53:21 PM] [IP Ranges] › ℹ  info      Fetching IP Ranges from online services...
[12/29/2023] [12:53:21 PM] [IP Ranges] › ℹ  info      Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
[12/29/2023] [12:53:21 PM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v4
[12/29/2023] [12:53:21 PM] [IP Ranges] › ℹ  info      Fetching https://www.cloudflare.com/ips-v6
[12/29/2023] [12:53:22 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [12:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [12:53:24 PM] [SSL      ] › ℹ  info      Renew Complete
[12/29/2023] [1:53:21 PM] [SSL      ] › ℹ  info      Renewing SSL certs close to expiry...
[12/29/2023] [1:53:24 PM] [Nginx    ] › ℹ  info      Reloading Nginx
[12/29/2023] [1:53:24 PM] [SSL      ] › ℹ  info      Renew Complete

Container inspect

No response

Anything else?

No response

@barto95100 barto95100 added the bug Something isn't working label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant