Yes - the slugs feature is only designed to work with the normal Bubble URL structure, which is /page-name/thing. Your observations about the different cases is what I would’ve expected. Bubble doesn’t have a native feature supporting the kinds of complex URL structures you’ve built (yet) - so that’s all custom on your side.
Thanks for the tip about the privacy rule! We’ll add that to the documentation.
Is there anyway to have this as a toggle or something? So those that have complex structures like aforementioned can keep them without having to worry.
Use the ‘Open External page’ instead of an internal page.
Then you can dynamically build the url you want.
Example; You can have a thing called ‘Product’ and a thing called ‘Category’ which both have a slug and where the category is linked to the product.
Now you’re external url can be something like <Website home URL> <page-name>/<parent group's product category slug>/<parent group's product slug>/parent groups product UID
Thanks for this feature. I have a related question - is there a way to ‘hide’ the https://s3.amazonaws.com/appforest_uf/f159… URL when opening an attached file using ‘open an external website’ action? The URL confuses users.
Great feature! Is there a way to update slugs in bulk using the ‘Set a thing’s slug’ workflow? I have a few thousand users I want to apply the new slugs to.
just wanted to say thank you bubble for adding this.
worked very well and is great for sharing my app.
i did schedule an api workflow on a list of things. (quite a long one)
it timed out so I then only did the api workflow on items where slug was still empty. until it was filled for all entries.