Results 12 comments of Mateusz

I think so, have you noticed any issues?

You are right. But do you know any other way to pass validation failure to exception handler on middleware level?

I find out avery good configuration from https://github.com/h5bp/html5-boilerplate/blob/master/dist/.htaccess That could be very usefull to add it as an option into generator :) Or maybe mode like dev/prod presets eg: *...

Just want to bump that would be awesome! 💥

FYI. The same issue appears in yesterday's version (1.1.2). I need to downgrade to 1.1.1 and problem disappear. Log from docker: ``` bazarr | 2022-10-16 14:24:23,205 - app.app (7f1503454b38) :...

Chrome, FF. Also in private mode. Debug: ``` bazarr | 2022-10-16 18:02:01,886 - peewee (7f0171827b38) : DEBUG (peewee:3148) - ('SELECT "t1"."profileId" FROM "table_languages_profiles" AS "t1"', []) bazarr | 2022-10-16 18:02:01,898...

No, directly http://127.0.0.1:6767/

Multipart: ``` ------WebKitFormBoundary6jr4BAhBqbpuslwQ Content-Disposition: form-data; name="settings-general-serie_default_enabled" true ------WebKitFormBoundary6jr4BAhBqbpuslwQ Content-Disposition: form-data; name="languages-profiles" [object Object] ------WebKitFormBoundary6jr4BAhBqbpuslwQ Content-Disposition: form-data; name="languages-profiles" [object Object] ------WebKitFormBoundary6jr4BAhBqbpuslwQ-- ``` FUll request ``` curl 'http://127.0.0.1:6767/api/system/settings' \ -H 'Accept: application/json,...

The view I'm trying to save ![image](https://user-images.githubusercontent.com/6317670/196103508-5c24ce76-ab94-4018-83e2-577d46dd358b.png)