-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No folders / files found in WebDAV dir. #13
Comments
Ok, after some digging, I've found out how to set the URI and RootFolder correctly, so that the request is in the Now when
Would you, please, give me a little hint, how to make it work @StefH? The only thing I know is that this error occurs when I hit the webdav - if the URI or RootFolder is wrong and not pointing to the real webdav, the error doesn't show up. Many thanks, MeCool |
Hi,
I've been trying to spin up your Blazor-WebDAV-player project on Ubuntu 20.04. I got blazor working and then started to configure the WebDAV player itself.
I have WebDAV enabled on
https://example.com/webdav
, so I entered that toStorageUri
field in appsettings.json. WebDAV is public, so username and password should not be required.Still, the player's field for directories is empty when page reloaded, even the "Loading directories and files from WebDAV" text disappears. In the server log, there is nothing wrong except for one warn sign
Failed to determine the https port for redirect.
I quess the problem is just in my lack of information and I would love to make it work.
Thanks
The text was updated successfully, but these errors were encountered: