Robert O'Rourke
Robert O'Rourke
Are your other plugin installed via composer too? Or do they bundle Guzzle v6?
If they’re installed via composer it should be able figure out a compatible set of packages. What happens if you add guzzle v6 as a requirement in your main composer...
Ah I see. Yeah that makes things difficult. You have a couple of options but I'd recommend reading through this primer https://composer.rarst.net/ At the simplest level you can use a...
You can try to reproduce the issue locally if you're using Chassis Minio or Altis Local Server. If those don't show the issue you can try defining the `S3_*` constants...
Ah! That changes things a little then. It might not actually be this plugin at fault in that case but a problem with Minio or its configuration. I'll take a...
Ah ok. I'll try this again but we'd probably need to set the `WORKDIR` explicitly and then copy everything over to the container with `COPY`
Think the concept of containerisation is a strong one, plus given we're already configuring things in yaml it's not going to be a stretch for extensions etc to be able...
@BronsonQuick for a bit more context the developers hitting this issue can only run gitbash in "elevated privileges" mode, they can't do anything as administrator so we're a bit hamstrung...
Also seeing this though it appears to be incredibly rare. Digging into why this might occur.
Yeah it's a super old version of React. Looks like issue #19 would solve this.