Are there any plans to have the Slug used as a dynamic URL in the sitemap.xml? Currently, my dynamic urls contain my page reference, but also the unique ID of the record. It would be nice and if we could drop the unique ID of the record, if possible.
I’m experiencing a bug since the new slugs were introduced.
It looks like the "Current Page User’ cannot be read by logged-out users on pages which use a User’s slug to identify the Current Page User…
I have a condition When Page Loaded -> ‘Go to Login Page When Current Page User Empty’
This page ALWAYS directs to to the login page for logged out users, even when the Current Page User is not empty. I don’t have any issues with logged in users.
This looks like a data reading issue. Do I need to change privacy permissions for slugs? I didn’t have an issue when the pages were using unique ids to identify Current Page User.
Possibly, but I’m not sure I 100% understand what you’re trying to build. (That workflow sounds like it’s correctly redirecting logged-out users to your login page.) Could you file a bug report with more details so somebody from our Success team can take a look?
Hey @zoe, thanks a lot for the update.
It looks really good. I’m curious if you consider extending Slugs to contain dots and underscores as well?
In my usecase, I’d be glad to use Instagram / Tiktok usernames of my users as Slugs, but I cannot since Tiktok/Instagram usernames allow underscores and dots…
When a data thing with slug is private, other users who cannot search the thing (invalid privacy rule) can still set a thing’s slug with a slug similar to a private thing. Thus, that is not a unique slug when privacy rules applied.
I’m having an issue concerning slugs in url paramaters. The situation is as follows:
The default value of a searchbox is "get data from page url -> paramater “z” as type THING
When I pass the unique id as z, it works fine, setting the default value to the THING with that unique id. HOWEVER, if I pass the thing’s slug as z, it doesn’t recognize it.
Hello @allenyang I’ve started using the slug feature, but it breaks features using the Get the path from the URL - which is one the few ways to get the page thing inside a reusable element when anoher the defaut element Thing must be another one.
Is there a timeline for this working ? is it planned ?
Oh… I see what you’re saying… the “Get data from page URL” function not working with slugs, this must be a bug. You might want to file a bug report here: https://bubble.io/bug_report
Did you guys get anywhere with this. I am stuck with this problem too. I have just refactored my app to use slugs in this way and they don’t seem to work with Get data from URL.