Why does the users unique id get showed in the URL

image
when my user click in to some certain pages in my application it shows the users unique id in the end of the URL.. is it possible to remove that?

because the page likely has the content type set to User and when you navigate to the page you are sending the user data to the page…you can instead have it be the slug by just filling in the slug on the user data entry or remove the content type of the page (which will likely break other things as you likey are relying on current page user for something)

thank you.. that helped alot.. i got so frustated that i always had to chose data to send when navigating to a page but that maked so much sense :smiley:

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