I have two devices, Odroid HC1 and Odroid HC2, both running Armbian. I’m encountering the same issue on both devices after a system restart - the “Folder path missing” error appears, see screenshots attached.
The interesting thing is that two folders, “Biuro” and “Wideo,” are always recognized, despite having the same location as the others.
I start Syncthing via systemd as a user. When I manually trigger a rescan or Pause all/ Start all, the folders are detected, and everything works as expected.
Added a delay to systemctl
[Service]
ExecStartPre=/bin/sleep 60
It didn’t help.
I’d appreciate any assistance or advice on resolving this issue.