In the Application builder I have a “Path parameters” as a text. I use it to filter on a field “project” in a data source.
We are using the # hashtag to indicate some projects. So some projects have a name like #project1 or #another_project
Usage of the “Path parameters” worked since months. Now it doesn’t anymore.
When the URL is baserow.site/list of the page “list” the parameter for #project1 will be decoded as baserow.site/list%23project1
This worked - but now it is broken.
When I edit the URL manually to baserow.site/listproject1 (delete %23) it works again.
Have any changes been made in the background that affect this?