In many places in my app, I want to set a Thing’s slug based on one or more fields of the Current Page Thing. I can do this successfully using the Set a Thing’s slug action.
But the problem is that all my fields on the page go blank. It’s like the autobinding connections are broken. I have to refresh the page (with the new slug URL), and it works again.
My reading of the manual page for slugs is that this should work okay:
Slugs can update in real-time, meaning if you update the slug on a page that uses the slug, the URL will automatically change.
Is this a bug?