I’m not seeing any errors but I’m seeing an ajax request being cancelled (500 error)
Hi Alex, I’m developing locally.
Using the magic of Xdebug, it was tracked down to this:
make_new_settings expects an array like $in = array('settings' => [settings]); but it is receiving an array like array("json" => "{\"settings\": [settings]}")