mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #132] After upgrade to latest nsedit and powerdns (v4) API Error 500 #83
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#83
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 @harkx on GitHub (Nov 1, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/132
After upgrading (and correcting some records because of missing quotes etc..) I keep getting "API Error 500: Internal Server Error", the error that keeps returning in the pdns error (log/webserver) is;
Any idea what I'm missing here? I "think" this is a PowerDNS issue but can't figure out what's wrong so it might still be config or something.
@tuxis-ie commented on GitHub (Nov 1, 2016):
What does pdnsutil check-all-zones say? Usually this is because of errors in a zone, which makes the API barf.
@harkx commented on GitHub (Nov 1, 2016):
Forgive me for opening the ticket too soon, but indeed, an incorrect SOA record caused this. after fixing that, the list-all-zones works !
Sorry for that but thanks! :) Now the api works as it should.