The problem is that the udev settings have changed in the latest releases.
To fix the problem you have to override a setting to allow local network connections in udev.
To do this you have to execute the following command using ssh:
systemctl edit systemd-udevd
Then you have to add these lines:
[Service]
IPAddressAllow=localhost
Then press Ctrl+o and Ctrl+x to save the file and exit the editor.
Then it should work again