The problem was coming from the fact that we did not have a default View to render our controller results. I simply added the default view BaseView from the lenra_common lib and now it properly works. No error is shown in the console when triggering a webhook.
I've also added a default error view "FallbackController" just in case.
About this PR
Closes https://github.com/lenra-io/devtool/issues/214
The problem was coming from the fact that we did not have a default View to render our controller results. I simply added the default view BaseView from the lenra_common lib and now it properly works. No error is shown in the console when triggering a webhook.
I've also added a default error view "FallbackController" just in case.
Technical highlight/advice
How to test my changes
Checklist
I included unit tests that cover my changes
I added/updated the documentation about my changes