Not sure if this is a bug, feature or I’m doing something wrong, but in version 4.x I could use Invoke-UDRedirect to open a page at e.g.: /licenses/changexxlicenses to open a page called changexxlicenses.ps1 in the folder licenses.
In version 5.5.2 PSU gives me the path /x:/folder/repository/dashboards/main/licenses/changexxlicenses which breaks the functionality in pages where we use the old relative paths.
Is this by design and the intended way in the future, or do I need to revise the code generating page URLs? The pages are not generated in the UI but are simply .ps1 files in the structure that the navigation is automatically generated by reading…
Makes sense?