We have a mystery in a data loading scenario when the "Service" screen is requested. In the logs, we identified that the GetRequestContent.RawContent URL is the correct URL and GetBookmarkableURL() comes with a URL that was previously loaded, perhaps a type of cache? We identified that in some scenarios, these URLs are identical, which is expected to happen, but when we have some navigations, these URLs become different. Any ideas what causes this behavior to occur?
Hello Luiz, We went through the same scenario here and the solution was to redirect to the url that was marked in the content.
Hello @Luiz Henrique Stanqueviski,
Based on my understanding, GetBookmarkableURL() might reflect the last known state of the application, while GetRequestContent.RawContent reflects the current request being made.
From what you've described, it seems that the information you are looking for is indeed contained within GetRequestContent.RawContent.