i have a problem in my twig view when i pass params in the ajax url path, logically twig is executed before javascript so he didnt recognize the input value passed as parame
You should use the FOSJsRoutingBundle for this. It has an interface that is similar or maybe even identical to the Twig {{ path() }}
and allows you to only expose a small part of the routes to Javascript.
Your js implementation then will be able to generate routes as you can see in the documentation.