LogSeq + Dropbox on two computers (different paths for folder)

Hello

I just started with logseq, and I’ve set it to store the files in my Dropbox folder, first using my work computer and then at my home computer (both machines run linux).
In my work computer, the path is /mnt/sda3/Dropbox/logseq
while at home it is /home/myuser/Dropbox/logseq

So when I went back to work and opened logseq, I got some error messages:

The directory /mnt/sda3/Dropbox/logseq has been renamed or deleted, the editor will be disabled for this graph, you can unlink the graph.

The graph logseq_local_/mnt/sda3/Dropbox/logseq can not be read:Error: ENOENT: no such file or directory, scandir ‘/mnt/sda3/Dropbox/logseq’

So it seems that it is looking for the absolute path of the folder.

Then I thought about making a symlink to the folder in a place with the same path (as /home/Documents/logseq), but then I get another error:

Opening the specified directory failed.
No such file or directory for path: ‘/run/user/1000/doc/41b0b0f1/logseq_lnk’ (Code: ENOENT)

So what would be the best approach to have logseq saving everything to a Dropbox folder when the paths are different?

Thanks