You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Hello. 👋
I have come across this error
Exception `Symfony\Component\HttpFoundation\Exception\BadRequestException` thrown: `Input value "channels" contains a non-scalar value.
It all boils down to how you access the InputBag from the request here in
class TriggerEventController extends Controller
So I replaced the previous line with
per (symfony/symfony#44432)
and everything works fine.
Is there any possibility to fix this?
Thanks
The text was updated successfully, but these errors were encountered: