After upgrade from 7.1.0 to 7.7.9, parts of backoffice have incorrect url

Hi,
I have done an upgrade from Litium version 7.1.0 to 7.7.9 and now the urls for the pages under the “Accelerator settings” are incorrect.
This issue has been raised before on the forum, although I can’t seem to find the solution for it:

Please advise :slight_smile:

Litium version: 7.7.9

My solution was to manualy change the links on /Litium.Accelerator.Mvc/Site/Administration/Settings/SettingsPageSetup.cs
to

pages.Add(new ControlPanelPage("~/Litium/UI/settings/iframe/%2FLitium%2FappSettings%2Faccelerator%2Findexing", "accelerator.indexing.setting", ControlPanelPagePermission.All)

and

pages.Add(new ControlPanelPage("~/Litium/UI/settings/iframe/%2FLitium%2FappSettings%2Faccelerator%2Ffilter", "accelerator.filter.setting", ControlPanelPagePermission.All)

Might be a bit hacky but it worked for me.

It worked perfectly! Thanks :slight_smile: