mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #5139] certbot.errors.PluginError: An error occurred adding the DNS TXT record: Unable to get base domain #3126
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#3126
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 @vlan0ping on GitHub (Jan 13, 2026).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5139
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Internal error creating a new entry with SSL certificate creation request (GANDI). Inspecting NPM docker container:
cat /tmp/letsencrypt-log/letsencrypt.logFile "/opt/certbot/lib/python3.11/site-packages/certbot_plugin_gandi/main.py, line 72, in _perform raise errors.PluginError(An error occurred adding the DNS TXT record: {0}.format(error)) certbot.errors.PluginError: An error occurred adding the DNS TXT record: Unable to get base domain for test.domain.co.za 2026-01-13 14:39:19,562:ERROR:certbot._internal.log:An error occurred adding the DNS TXT record: Unable to get base domain for test.domain.co.zaNginx Proxy Manager Version
V2.12.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get a working proxy host entry, proxying my service
Screenshots

See attached
Operating System
Docker compose with latest image
Additional context
Docker Compose version 5.0.1
@Syll-GH commented on GitHub (Jan 19, 2026):
It works for me for a specific domain like test.domain.tld and gandi API.
Did you set the correct permissions at gandi token ?
@davidsenouf commented on GitHub (Feb 24, 2026):
I am having the same issue.