Ion-manden
Ion-manden
Seems this could be fixed with adding [https://github.com/benthosdev/benthos/blob/v4/lib/input/file.go#L118-L119](https://github.com/benthosdev/benthos/blob/v4/lib/input/file.go#L118-L119) to [https://github.com/benthosdev/benthos/blob/v4/internal/impl/gcp/input_cloud_storage.go#L222](https://github.com/benthosdev/benthos/blob/v4/internal/impl/gcp/input_cloud_storage.go#L222). Of course the max buffer config for gcp storage input also needs to be added. Should not be too bad,...
Hi @mmkal and @gastonfournier We just had issues with this at work and fixed it with package json resolutions Just add this in package.json ```json "resolutions": { "clone-deep": "^4.0.1" }...