For me the below worked. It did not show the server in the Windows folder but it did allow me to map the drives and see them from there.
Edit the smb.confsmb.conf file, run:
sudo vi /etc/samba/smb.conf
sudo vi /etc/samba/smb.conf
FindFind the [global][global] section and append the following linelines:
min protocol = SMB2 protocol = SMB2
min protocol = SMB2
protocol = SMB2
Thanks to harrymc