Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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