In a multisite setup, site A might be example.com/site-a and site B might be example.com/site-b.
In places where the links are relative to the root, they don't include the site portion of the path and therefore don't work.

One example I see of this is the link in the "no results behaviour" for the "track role history" view.

A possible fix for this is to use relative paths (i.e. "../whatever"); another may be to use Drupal's internal method for generating links.

Comments

kpaxman created an issue. See original summary.

gaurav.kapoor’s picture

@kpaxman the current configuration is like

'No role history found. Go back to the user profile. <a href="/user/{{ user_id }}">Back</a>' 

and it uses a relative URL. Are you still facing issues with the multisite setup?

gaurav.kapoor’s picture

Status: Active » Postponed (maintainer needs more info)