'necessary data rewind wasn't possible with WEBDAV
I using Laravel WebDAV wrapper which uses Sabre to upload media to the WebDAV server that uses the basic authentication using Nginx but according to the default package set in the documentation I used this configuration in filesystem.php:
'dav' => [
'driver' => 'webdav',
'baseUri' => 'https://dav.example.com/',
'userName' => 'test',
'password' => 'test',
],
But I get this error when trying to store a file with the Laravel Storage:
necessary data rewind wasn't possible
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
