-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote config import throws exception #799
Comments
This typically is caused by drush having the wrong URL for your local site. The URL should be defined in local.drushrc.php. |
@grasmash this is occurring remotely, so |
@grasmash - I should add here this is occurring in the context of a multisite. This is probably contributing to the issue: <!-- Re-extract value of $options['uri'] in case it was not yet set. -->
<!-- @todo Add multisite support. -->
<phpVariable file="${repo.root}/drush/drushrc.php" variable="options[uri]" outputProperty="local_url" /> It seems like the Would you be open to a PR that attempts to define multisites along the lines of the following? multisite:
- name: default
uri:
local: mysite.default.local
remote: mysite.com |
Closing this as it's largely addressed by #1092. |
My system information:
Output of
blt doctor
:When I run this command (on remote environment):
I get the following output:
And I expected this to happen: No errors to occur.
The text was updated successfully, but these errors were encountered: