Good morning to everyone.
We are facing an annoying issue with menu list in our App (ODC).
Issue:
- On first reload, If you click on "Open in browser" button: ODC trigger an URLdefault page, something like: "https://xpto.outsystems.app/YourApp/DefaultPage?_ts=638681225657185860"
That "?_ts=xxxx" is messing our menu items on first reload. How can we delete that part of url?
Note: there is NO input on default page. It's only available for authenticated users and not public.
Using ODC Studio version 1.4.32 / Build 7440
Many thanks.
Hi,
The _ts parameter is a timestamp only appended to the url in dev stage, to ensure reload correct resources to avoid the browser to used previously cached resource. It should not affect the working of your app.
How did you conclude this is the cause of your issue?
Don't refresh the previous URL with the old timestamp, open the app again from ODC (with the new timestamp).
Regards
Daniel
I just removed the ?_tsxxxxx that's why I conclude that.
Here the evidences: