Skip to content

User dropdown “Profile” redirects to 404 when Indigo is not used #37431

@magajh

Description

@magajh

Description

We found (via client error reports) that when an instance is not using the Indigo theme, the redirect from legacy pages to the Profile page fails and lands on a 404.

The problem is how the profile URL in the user dropdown is being constructed. It forms and incorrect url due to how urljoin is applied when forming the MFE target (explained in more detail in the PR)

There is already a proposed fix that aligns the URL construction with the approach used by Indigo and is also compatible with Tutor MFE’s URL configuration. It’s a small, targeted change: #37416

Steps to Reproduce

  • Log in on an instance without the Indigo theme.
  • From a legacy page (e.g., Course Catalog), open the user menu and click Profile
  • Observe the redirect and final URL → results in 404.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugReport of or fix for something that isn't working as intendedrelease testingAffects the upcoming release (attention needed)

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions