404 if POST data

Hi, I have custom routes setup with all routes working good.
I use the uniform plugin to setup a comments system, with POST requests to the same page.
When I submit the form, 404 error is displayed.
Do I have to look to my routes or controllers ?

Maybe your routes are set up to only accept GET requests? https://getkirby.com/docs/guide/routing#methods

OK, it works ! Thank you very much