The README.md should have a note that the maxfiles parameter will not work if using the private streamwrapper.
Anonymous users without the 'use admin theme' permissions shouldn't be able to see the admin theme is why I reported it. Going to other admin pages serves the 403/4 in the default theme. So then the 403/4 page loses all the branding/nav menus that the default theme provides.
Not a big deal if you want to leave as is.
This a duplicate of https://www.drupal.org/project/field_group/issues/3491233 π Drupal 10.4 RC1 error with field_ui.js Active . There is a working patch in there.
From #search slack about sliders;
The slider widget hasnt been tested/implemented yet in facets exposed filters setup.
We prefer using either min/max value filter, or hardcoded range-values as tags, as it works better on mobile.
Not sure if BEF has a slider support. That might be a quickfix, if BEF already has a slider, to not use facets for it but a regular filter instead
Sliders don't work with 3.x+facets exposed filters yet. It was suggested to use regular exposed filters, with a con being that the filter does not adjust their values depending on the results.
It was strange that it was only Card that was effected. After some testing, I found it was because the Card attributes has a default value. (ui_suite_bootstrap theme 5.1)
How did you setup the facet filters? I can use a simple facet exposed filters with no errors.
Using ui_patterns-beta6.
I was using Firefox, but I tried it using Chrome browser and the errors do not show up.