You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still have the error Failed to determine HOME directory after trying "sh: 1: cd: can't cd to ~" (exit code 2) even if I set disable_auto_config:true in config.yml.
If think the line
// DependencyInjection/CybernoxAmazonWebServicesExtension.php Line 41define('AWS_DISABLE_CONFIG_AUTO_DISCOVERY', TRUE);
is not executed as soon as the cache has been created.
Hello,
I still have the error
Failed to determine HOME directory after trying "sh: 1: cd: can't cd to ~" (exit code 2)
even if I setdisable_auto_config:true
inconfig.yml
.If think the line
is not executed as soon as the cache has been created.
NOTE : I temporaly correct the error in doing
The text was updated successfully, but these errors were encountered: