07-26-2021, 05:38 AM
(This post was last modified: 07-26-2021, 06:04 AM by Alexandre Machado.)
It does work. Maybe the problem is the path delimiter (you are actually using the URL delimiter).
Try
pages\profile\overview.html
I'm changing our code base to make sure that URL delimiters are replaced by path delimiters before using the path, so it should work in any case
Try
pages\profile\overview.html
I'm changing our code base to make sure that URL delimiters are replaced by path delimiters before using the path, so it should work in any case

