Mike Doubintchik

Results 13 comments of Mike Doubintchik

I'm having the same issue as @usematics . Some support would be great. Thanks!

Haven't tried that. I'll look into it. Thanks!

@demyxco that's awesome! Could you please post your docker file and the browsersync config?

@wesleymusgrove What you suggested with the custom php.ini file actually worked for the composer part that was using openssl. Thank you! curl wasn't working still.

@wesleymusgrove Thanks for the follow up! Unfortunately, the drush curl command that's shipped with the drupal8 recipe is still failing for me even with the .curlrc file and the ca-certs...

@wesleymusgrove Appreciate you taking a look at it! I'm also behind a corporate VPN with some crazy self-signed certs cacerts.pem contain the cert that work when using the --cacert flag...

I think the real trick was whatever you did to get composer to install drush instead of having lando do it globally: https://docs.lando.dev/config/drupal8.html#using-a-site-local-drush For some reason, lando is not respecting...

In the end, I realized that drush was being installed by something other than the lando drupal recipe. Most likely it's being installed by composer. I realized this because the...

We actually switched to using docker compose which has been much faster for us and more flexibility to resolve all of these issues caused by the corporate VPN. Highly recommend...

@MarieComet My PR adds the items in the title of the PR request: - Export All option: where all products can be exported at once, rather than only one product...