21
Views
2
Comments
ODC - Menu is not working properly
Application Type
Reactive

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.


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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

2025-08-21 15-39-05
Joel Ponte

I just removed the ?_tsxxxxx that's why I conclude that.


Here the evidences:

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.