Comment 1 for bug 1901905

Revision history for this message
Caleb Ellis (caleb-ellis) wrote :

I think this might be an issue with the websocket api, specifically the "domain.update_address_record" and "domain.delete_address_record" methods.

I'm in the process of rebuilding the DNS section in React and I'm coming across the same issue whenever I delete or update an address record. Other record types seem to be fine which I believe is because they use the "domain.update_dnsdata" and "domain.delete_dnsdata" methods instead.

Not sure if you are able to confirm it's an api issue, or maybe explain how the existing methods are supposed to be used?