You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?