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
Every new handler needs to inject the config in order to work, even if you create a simple handler for outputing a simple get response.
This is because the method isGetCollectionRequest from HandlerTrait request it.