Page URL works for browser refresh in test environment but not in production
0
Hello Mendix Community, I have a question about page refresh behavior using Page URLs. To enable refreshing a page by clicking the browser refresh button, I configured a Page URL in Mendix. I embedded both the page name and user name in the URL. In our test environment, pressing the browser refresh button reloads the page as expected. However, in the production environment, the same URL does not trigger a page refresh and the page state remains unchanged. Environment details: Page URL contains page name and user name Browser refresh button used (not a Mendix button) My question: Why does the browser refresh behave differently between test and production environments? Is relying on browser refresh with Page URLs considered unsupported or not recommended in production? Any insights or best practices would be greatly appreciated. Thank you!
asked
Jay Houston
1 answers
0
Hi Jay Houston,
The difference you’re seeing is not a Mendix bug it’s caused by how your production environment handles routing, caching, or session state. Browser refresh is not a recommended way to force page reloads in Mendix; use Mendix navigation or deep link patterns for consistent results.