Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Fix complete cleanup DNS Records #567

Open
4 tasks done
slntopp opened this issue Jan 3, 2023 · 1 comment
Open
4 tasks done

[BUG] Fix complete cleanup DNS Records #567

slntopp opened this issue Jan 3, 2023 · 1 comment
Assignees
Labels
AdminUI AdminUI related Issues bug Something isn't working

Comments

@slntopp
Copy link
Owner

slntopp commented Jan 3, 2023

Describe the bug

Deleting dns zone from Admin UI leaves an empty key. So i case there are two records

A *       10.0.0.0
A test  172.0.0.0

And we delete the test record from FE, it actually stays in the backend as test: {}.
In such situation, attempts on resolving test. subdomain, will end up failed with no such host error

Front-end Used

  • Admin UI
  • CLI
  • Cloud App
  • Other
@slntopp slntopp added bug Something isn't working AdminUI AdminUI related Issues labels Jan 3, 2023
@slntopp slntopp self-assigned this Jan 3, 2023
@slntopp
Copy link
Owner Author

slntopp commented Jan 3, 2023

The actual request is sent on Delete

Screenshot 2023-01-03 at 14 16 29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AdminUI AdminUI related Issues bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants