I have been looking at the Wappler docs routing section. Say my database has many users with unique usernames. Then I want them to have their own unique public profile to be shared socially.
Is it possible to do clean URL username routing in Wappler?
What part are you referring to? Is it under Dynamic Links > Simple Routing Links ?
I’m not really sure because it seems too simple. How does it know what pages to not route on? Like don’t route on /dashboard but a username like /dashbo is fine.
I added that path and url into the route properties and it generated the code on the right, which basically translates to
"Look for the query parameter pageid" THEN
"Look for the query parameter pageid_b" WHICH may or may not be provided THEN
"Look for the query parameter pageid_c" WHICH may or may not be provided.
So my real website is actually only 1 page called index.php and then a bunch of Query parameters like
Depth 1