Closed (duplicate)
Project:
Drupal core
Version:
9.3.x-dev
Component:
database update system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Nov 2016 at 11:01 UTC
Updated:
30 Oct 2021 at 20:25 UTC
Jump to comment: Most recent
Comments
Comment #10
jnicola commentedFound this issue linked from another similar issue. Working around this was simple enough:
$entered_url = \Drupal\Core\Url::fromUserInput($menu_link_internal_path, ['base_url' => '']);
Passing the option in for base_url resolved the issue for me!
Comment #12
init90It's a duplicate of #2956953: Link not properly generated on update.php
This issue was created earlier but #2956953: Link not properly generated on update.php has more followers, so I closed this one.