I was running dotnet core on osx and had the same issue.
The problem was that I generated a folder using a windows path.
When created on disk, it was not visible in Finder due to its naming \Uploads. Do a ls -la and see if there are any strange folders or files in there.
See Image