Damien Retzinger

Results 118 comments of Damien Retzinger

Same issue here. https://github.com/php-actions/phpunit/blob/master/phpunit-action.bash#L26 In the event that you use the vendored path, I don't see a reason to `chmod` the file, perhaps a simple `if` not null check is...

@acashley thanks for the report. I think this is a result of Magento's native cache.log. I've long wanted to remove it (it is incredibly annoying). I'll see if I can...

@acashley see https://devdocs.magento.com/guides/v2.4/config-guide/cli/logging.html#to-disable-debug-logging ```bash bin/magento setup:config:set --enable-debug-logging=false ``` Let me know if this works for you. In a production environment, this should be off anyways. But, locally, this is what...

@rahulblue you can make this work by using the cloud UI for managing ENV settings. The relevant document would be: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/configure/env/variable-levels.html?lang=en https://devdocs.magento.com/guides/v2.3/config-guide/prod/config-reference-var-name.html You'll need to set `env:CONFIG__SYSTEM__WEB__GRAPHQL__CORS_ALLOWED_ORIGINS` as well as...

Additionally, I would recommend giving 2.0 a try as well, it's ~10x faster than the 1.x line.

Please re-read the documents I sent.

https://devdocs.magento.com/guides/v2.3/config-guide/prod/config-reference-var-name.html#variable-names Additionally, take a look at your screenshot and try to align: 1. What you wrote in the variable name 2. What you pasted into the variable value 3. What...

@rahulblue looks much better, however there's an error in your key name `DEFAUT` vs. `DEFAULT`

Ok, let me try this out and I'll post my findings.

I don't have a cloud account that I have permissions to deploy this to. If you have one, I'd be more than happy to help. On Wed, Apr 5, 2023,...