Url Parameter bugg

  • Goal: When i refresh a page a bunch of old hash parameters pop up even though I have removed them from the app many versions ago. I want these to go away.

  • Steps: I have looked for these in the application and i can only find them when i export to json and inspect it. They seem to be in stuck there with me unable to remove them. I attempted to see what other app json files look like but i can not find this section in another app.
    What is this $urlFragments..? This is the only app i have with it it appears. Any way i can get these hash parameters that seem to be stuck in limbo off my app?

          "$urlFragments": {
            "id": "$urlFragments",
            "type": "setting",
            "subtype": "UrlFragments",
            "resourceName": null,
            "resourceDisplayName": null,
            "template": {
              "value": {
                "view_key": "{{ tabbedContainer1.currentViewKey }}",
                "opp_type": "{{ select_opp_type_filter.value }}",
                "opp_owners": "{{JSON.stringify(filter_select_opps_table_owner.value)}}",
                "opp_statuses": "{{JSON.stringify(opp_status_filter.value)}}",
                "opp_stages": "{{JSON.stringify(filter_checkbox_opps_table_stage.value)}}"
              }
            },
            "style": null,
            "position2": null,
            "mobilePosition2": null,
            "mobileAppPosition": null,
            "tabIndex": null,
            "createdAt": "2024-11-06T17:24:14.761Z",
            "updatedAt": "2024-11-15T15:31:46.590Z",
            "container": "",
            "folder": "",
            "screen": null
          },```

Hi Paden!

Is this a multipage app? Does anything show up in the "Page Settings" tab of your app?

I don't have anything on that side of my settings. I do have the similar things on this right side of the screen though. Per Page and nothing shows there on any page.

Screenshot 2025-03-18 at 11.56.40 AM

Do you mind sending an export of your app JSON to ibork@retool.com or DMing me? Thanks!

2 Likes