I’ve implemented the new filter widget on my overview page, which accepts the product category and functions correctly. However, when I apply the filter on the live website, the URL updates, but the filter does not take effect. It only works when I refresh the page using the URL generated by the filter, displaying only the filtered items. The filter does not operate directly upon submission. To view the correct items, I need to refresh the page.
Could this be a bug? I am using the latest version of Bricks.
Added a price range and this filter is working perfect. it just checkbox and radio that isnt working:
Edit: I see this error in console: Dont know if that is the case:
VM808 vendor.js:142 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
at v (VM808 vendor.js:142:18577)
Update 12:59:
When i disable query merge on the Query loop the filters are working. But than i also see items that are not in that specific category.