[GH-ISSUE #3225] Error: - SQLITE_ERROR: table proxy_host has no column named openidc_allowed_users #2181

Closed
opened 2026-02-26 07:34:22 +03:00 by kerem · 2 comments
Owner

Originally created by @tltglitch on GitHub (Oct 2, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3225

I get the following erro when trying to create proxy hosts:

⚠ warning insert into proxy_host (access_list_id, advanced_config, allow_websocket_upgrade, block_exploits, caching_enabled, certificate_id, created_on, domain_names, enable_proxy_protocol, forward_host, forward_port, forward_scheme, hsts_enabled, hsts_subdomains, http2_support, locations, meta, modified_on, openidc_allowed_users, openidc_auth_method, openidc_client_id, openidc_client_secret, openidc_discovery, openidc_redirect_uri, owner_user_id, ssl_forced) values (0, '', false, false, false, 0, datetime('now','localtime'), '["example.com"]', false, '10.100.20.5', 80, 'http', false, false, false, '[]', '{"letsencrypt_agree":false,"dns_challenge":false}', datetime('now','localtime'), '[]', 'client_secret_post', '', '', '', '', 1, false) - SQLITE_ERROR: table proxy_host has no column named openidc_allowed_users

I have tried mariadb/sql as well with docker and thesame error. This is a fresh install.

Error only happens when I try to create a proxy host . Everything else like obtaining certs work fine.

What is causing this issue ?

Please help

Originally created by @tltglitch on GitHub (Oct 2, 2023). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3225 I get the following erro when trying to create proxy hosts: ⚠ warning insert into `proxy_host` (`access_list_id`, `advanced_config`, `allow_websocket_upgrade`, `block_exploits`, `caching_enabled`, `certificate_id`, `created_on`, `domain_names`, `enable_proxy_protocol`, `forward_host`, `forward_port`, `forward_scheme`, `hsts_enabled`, `hsts_subdomains`, `http2_support`, `locations`, `meta`, `modified_on`, `openidc_allowed_users`, `openidc_auth_method`, `openidc_client_id`, `openidc_client_secret`, `openidc_discovery`, `openidc_redirect_uri`, `owner_user_id`, `ssl_forced`) values (0, '', false, false, false, 0, datetime('now','localtime'), '["example.com"]', false, '10.100.20.5', 80, 'http', false, false, false, '[]', '{"letsencrypt_agree":false,"dns_challenge":false}', datetime('now','localtime'), '[]', 'client_secret_post', '', '', '', '', 1, false) - SQLITE_ERROR: table proxy_host has no column named openidc_allowed_users I have tried mariadb/sql as well with docker and thesame error. This is a fresh install. Error only happens when I try to create a proxy host . Everything else like obtaining certs work fine. What is causing this issue ? Please help
kerem 2026-02-26 07:34:22 +03:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@github-actions[bot] commented on GitHub (Apr 5, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2038613492 --> @github-actions[bot] commented on GitHub (Apr 5, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Jun 2, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2928441177 --> @github-actions[bot] commented on GitHub (Jun 2, 2025): Issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#2181
No description provided.