Open christian-laakmann opened 6 years ago
Thanks for reporting this. This is indeed an issue - the file URL that is constructed shouldn't have the drive letter with a colon - it should be file://c/Users... When that URL is used later, only the portion after the drive letter, i.e., /Users/... will get used if there is a colon int he URL. We'll take a look at fixing this, thanks!
Hi,
I have an issue when trying to run a workflow on Windows:
"Das System kann den angegebenen Pfad nicht finden." translates to "System could not find the required path"
The issue seems to be that my project files are not located on the windows root hard disk. I'm running from D:\path\to\my\project instead of C:...
When I moved sbox to C:... the error disappeared.