Can't figure out how to remove something in the URL

Still learning Bubble, and for the life of me I cannot figure out how to remove this parameter in one of my pages.

For this one page, I am using URL parameters to navigate the nav bar, but all of them have ‘lorem ipsum’ in the link, which I believe is related to something in my app data. I have a sense I have sent some sort of URL parameter to this page when I was first building, but I checked and retraced my steps and cannot seem to find it.


A separate page that I recently built does not have this - so I know it’s something I must’ve done accidentally!

Any help would be appreciated. Thanks!

Hey @jmoney. If you set the type of the page, while previewing, it adds some random text that looks like that type:
image

image

If the page doesn’t have type, it won’t show lorem ipsum in the URL of course while previewing.

Technically, the page with a type set should have an ID instead of that lorem ipsum while opening that page:
image

@heregin thanks! I currently have the page type set to ‘Draft’

Just so I’m fully clear - is this something that I can ‘fix’ (lorem ipsum) or is it normal behavior and will fix itself?

It is not a problem to fix. Setting the type of the page to draft means you want to display an individual draft on this page and when you navigate to this page, the action will ask you to pass this data. (maybe you are coming from the list of all drafts to this page). So, it is nothing to fix. But if you want to preview this page with a real draft, you need to come to this page from some other page probably (where you click on a draft and open this page maybe)? Or append the ID of a draft instead of Lorem Ipsum.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.