mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-28 10:55:54 +03:00
[GH-ISSUE #3225] Error: - SQLITE_ERROR: table proxy_host has no column named openidc_allowed_users #2181
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_usersI 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
@github-actions[bot] commented on GitHub (Apr 5, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (Jun 2, 2025):
Issue was closed due to inactivity.