Constantin Graf
Constantin Graf
Did you set the env variable `WORKSPACE_INSTALL_YARN` to `true` in the `.env` file?
nodedock uses a nginx server in front of the node application. So every commucition from the host to the node container has to go through the nginx container. This has...
Given what @modelm is experiencing in #519, the given solution might not be the best idea. Maybe it would be a good idea to add a constant like `S3_UPLOADS_COMPOSER` to...
If the maintainers are open to the solution with the constant, I would be happy to provide a pull request.
@modelm We had the same problem and with your pull request WPCLI works again. @joehoyle If I understand the problem correctly the following sentence in the readme is not correct:...
@modelm This sounds like a very similar problem, but in my case I have no other plugin with the S3 SDK. I just created a issue with a more detailed...
Thanks, the pull request should work for my use case! 👍
@mnapoli @danniehansen I could use a dead-letter queue, but this way a few Laravel internal functionalities would not work. For example, as stated [here](https://laravel.com/docs/8.x/queues#cleaning-up-after-failed-jobs) in Laravel documentation the `failed` function...
Is anybody using one of the workarounds described in this issue and everything still works? I just tested both and I had problems with all of them. Just wondering if...