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
which is incorrect, as you can see it's http and not https and furthermore the last bit /mypage has been stripped off. Running that exact same command with drush
When calling a drupal console command with the --uri option, only a part of the provided input is used for building paths such as links. E.g.:
drupal uli 1 --uri="https://www.example.org/mypage/"
will result in
http://www.example.org/user/reset/1/1538087927/T1zDrRHZ35knpTpl4Sei4cQFQkhXJNJyQhXkqQ/login
which is incorrect, as you can see it's http and not https and furthermore the last bit
/mypage
has been stripped off. Running that exact same command with drushdrush uli 1 --uri="https://www.example.org/mypage/"
gives the expected result:
https://www.example.org/mypage/user/reset/1/1538087927/T1zDrRHZ35knpTpl4Sei4cQFQkhXJNJyQhXkqQ/login
I've confirmed it with a few other commands, so it's certainly not confined to the
drupal uli
command.Any ideas where this is coming from or how to fix it?
Drupal version: 8.5.6
Drupal Console version: 1.8.0
Drush version: 8.1.7 (launcher 0.5.1)
The text was updated successfully, but these errors were encountered: