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
We're also seeing this issue in this project. The workaround of not using sink (and instead writing the response body out to a file after the Guzzle request) seems to work fine.
Whenever I use this middleware when combined with the
sink
option empty files are written:The file
$dir/$uri
is created but has no content.The text was updated successfully, but these errors were encountered: