Slug setup issue

current it is- mywebsite/version test/founder-booking/username
I want- mywebsite/versiontest/username

Omit the page name in url

so used this workflow in index page to achieve this

but when loading the page like this after this workflow- mywebsite/versiontest/username

I m getting 404 page.
Anyone can help on this, want to omit the page name, and directly bring user FN-LN in url

You can’t do it in Bubble. Bubble url needs to have a page. You have a page with a short name, similar to linked profile page.

https://www.linkedin.com/in/johndoe/
mywebsite/version test/u/username

Is there any way I can omit it like I need- mywebsite/FN_LN and it gets to booking page page where it get user data from the slug.
Currently its -mywebsite/pagename/FN_LN

Like this Ankit Agarwal

No. Many people have asked about this behavior. Bubble doesn’t support it. Bubble needs a page. In traditional coding, there is still a page (or route), it is just that there is a way to intercept the request and assign this page/route when one doesn’t exist. Bubble doesn’t support this interception.

1 Like

ccol thanks mate

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