Skip to content

path_mapping does not support raw network paths in Windows (Samba) #130

@avindra

Description

@avindra

This is an issue:

"path_mapping": {
    "/app/myapp/ui" : "\\\\myserver\\\\sambashare\\\\ui"
},

That path mapping does not work. And here is the workaround: mount your folder to a share with a drive letter:

"path_mapping": {
    "/app/myapp/ui" : "D:/ui"
},

Would it be difficult to add native support for un-mounted paths?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions