I am trying to activate the group filter in my webapp via URL parameters.I have this Group Filter.

Hence my url is like this
https://<your portal URL>/apps/webappviewer/index.html?id=<Item ID>&groupfilter={“Year”:[“2023”]}
However it doesnt seem to work and my webapp is not loading at all

Any idea why is it not working?