"Persist URL parameters" doesn't work as expected

Reproduction steps

  • Have multipage app with "Persist URL parameters" option enabled
  • Click a link to go to the app with a route like /app/home?id=123
  • Then navigate to another page on the app, like /app/info
  • The URL parameter disappears from the URL, whereas it should be carrying over the ?id=123

Screenshot on 2025-05-01 at 17.06.49

Hi @michaelyork,

The search parameter works correctly when the "Persist URL parameters" option is enabled.

Please ensure that this setting is checked so you can use URL search parameters effectively.


To verify that the parameter functions, you can display it using the searchParameter property in a Text component.


Page 1: (see screenshot)


Page 2: (see screenshot)

Let me know if you have any questions!

1 Like