Uppgrade from 7.2.3 to 7.7.9 Some Pages in Back Office Settings Accelerator returning 404

I have done an upgrade from Litium 7.2.3 to 7.7.9.
I did this by upgrading all Nuget packages in the original 7.2.3 project.
In next step I corrected all build errors in the code.
Now I am running the project in a local iis on my own computer.
When I try to navigate to the pages under Accelerator in settings in back office, I get a 404 error.
image

I have noticed that for the URL one of these pages are:
xyz.localtest.me/Litium/Framework/Frame.aspx/Litium/appSettings/accelerator/filter

In another site running version 7.6.2 the URL for the same page looks like this.
zyx.localtest.me/Litium/UI/settings/iframe/%2FLitium%2FappSettings%2Faccelerator%2Ffilter

Why are these URL different and what can I do to fix my upgraded project?

Litium version: 7.7.9

It should be /Litium/UI/settings/iframe/ as Frame.aspx is removed and replaced by Angular component.

Have you tried to clear browser cache?

What page/request returns 404 error? Is it the iframe’s content?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.