Hi. I'm a beginner to DVC. Yesterday, I set up DVC with a webdav backend as said in the official documentation. When I wanted to push to the remote, the URL had 00 added to it. It must have been https://mydomain/webdav/models but instead DVC was trying to push to https://mydomain/webdav/models/00 which is a nonexisting URL.
Any idea why this is happening and how I should solve it?
Hi. I'm a beginner to DVC. Yesterday, I set up DVC with a
webdavbackend as said in the official documentation. When I wanted to push to the remote, the URL had00added to it. It must have beenhttps://mydomain/webdav/modelsbut instead DVC was trying to push tohttps://mydomain/webdav/models/00which is a nonexisting URL.Any idea why this is happening and how I should solve it?