nftables is a subsystem of the Linux kernel providing filtering and classification of network packets/datagrams/frames and is the successor to iptables. Rationale: Running both iptables and nftables may lead to conflict.
Solution
Run the following command to remove nftables: # apt purge nftables