Hello Everyone.
I'm facing an error where i try to go to the detail screen from the main screen it changes the URL from the main screen URL to the detail screen URL but the content is still displayed from the main screen. Also, when i try to open the detail screen with the option "Open in browser" from service studio it gives me the right URL(detail screen) but the screen content appears from a different screen(Main screen). This behavior is observed only on DEV and PROD but working perfectly in TEST.I'm using a traditional web application. Please help me with the possible solution to fix this. .
Thanks in advance.
Hi @Honey Chowdary
On other note, please check if you any Site rule or redirect URLs set for the application. Please check more details on following linkg
https://success.outsystems.com/documentation/11/building_apps/search_engine_optimization_in_apps/seo_for_outsystems_reactive_web_apps_vs_traditional_web_apps/seo_friendly_urls_for_reactive_web_apps/
ThanksPankaj
Thank you so much. This Worked :)
hey, @Honey Chowdary
can you please share oml or screen URL If possible?
thanks
Can you test this application in incognito window and see if the same behaviour persists ? If so enable debugging and pt break point in the Preparation of the Details screen and see if this is indeed getting called.
Hello @Honey Chowdary ,
check passing URL in different environments server also different
like
Dev1server//screen1/
Dev2server//Scrren2
for initial URL use get server name action
Regards
Shradha