URL Parameters using '#' instead of '?'

  • Goal: I am trying to supply a URL parameter to set the default environment/resources for an app.

  • Steps: I have set the _environment parameter = 'production' in the URL Parameters section of the Page Settings.

  • Details: The URL Parameters added to the URL seem to be using '#' instead of an '?'. If I manually change the '#' to an '?' it seems to function correctly.

  • Screenshots:

Unfortunately, single page apps do not have the ability to configure query parameters from the app, only hash parameters. You could try using multipage apps to configure page-level query parameters for your use case!

1 Like