mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #219] Cannot add CNAME record in the web UI: Invalid JSON #90
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#90
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 @ulidtko on GitHub (Mar 31, 2021).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/219
The web UI generates an error 400 when trying to add a CNAME record:
It seems that the backend has troubles parsing the resulting HTTP request:
What is expected
CNAME record added.
Steps to Reproduce
:5380web UI.2.19.0@uvaa commented on GitHub (Jul 7, 2021):
some tips to create cname record
TypeonCNAME( default it'sA)HostnameIP( just in case the IP is empty )TypetoCNAME, then input yourTargetand save data@PriamX commented on GitHub (Nov 21, 2022):
Same issue here.
Above tip didn't work, however, gave a different error: "×env not found"
@mageddo commented on GitHub (Mar 2, 2023):
I got some related behavior, but fixed it at
3.5.2can you try it?@PriamX / @uvaa / @ulidtko
@mageddo commented on GitHub (Mar 3, 2023):
I'm closing this but feel free to reopen if the issue persists
@PriamX commented on GitHub (Mar 4, 2023):
@mageddo Tested with docker defreitas/dns-proxy-server 3.7.0...it works now! Thank you.