Hello,
This is for our webapp, https://uportal.io
If you scroll down to the homepage and click “view post”, it still opens with a unique ID in the URL. We have slugs inputted into every data entry. There’s also a workflow to generate slugs upon post creation. We’re using the bubble native “open a new page” and sending the post data into the page.
I’ve also tried custom JS:
window.open(‘Website home URLstories/Parent group’s Post’s Slug’,’_blank’);
, but I can’t pull up the data entry in the new page. I’ve disabled it in the live version for now.
Is anyone else experiencing this issue, where the slugs just don’t take effect?
Or am I just stupid and doing this wrong