How to remove hash params?

I'm building a multipage app(main app). And my app building step is like this.

  • I build a test app to test which is not multipage.
  • Then I import the app as page to the main multipage app if it seems okay.

I am not sure if this problem is occurred during the import. But I cannot remove the hash params since then.

I noticed page settings are different between a single app
image

and multiplage app


So I removed every params setting in all pages and there are still there.
image

Has anyone experienced something like this? :smiling_face_with_tear:
Any hint would'd be appreciated!

Hi @michael_editmate,

That is interesting, I would think that if you remove the params from the single page app, publish and save that so that the params no longer appear, then go in import it to a multipage app they should not be 'following' into the multipage app :thinking:

You may need to delete that page from the multipage app and try 'creating' the page natively inside the multipage app with some copy/pasting of components and queries over if the ghost params are still there after deleting the imported page :face_with_monocle:

1 Like

Thanks @Jack_T,

It might not be easy because I updated the imported app a lot.

And I think it's not possible to export a page as a single app.

But I will try something and let you know if it works.

1 Like

Hi @michael_editmate,

Just wanted to check back and see if you had figured this out. It may well be a bug in the importing process where if a single page app has params that they are then 'baked' into the multipage app.

If you are still having this issue, let me know and if you give me the steps to reproduce I can file a bug report to our multipage app team :+1:

Hey!

I just went to test out the URL params and can confirm that we have depreciated single page apps. All new apps are now multipage by default and thus have their URL params configured on a single settings input that is responsive to changes.