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