Dear,
When i put "<script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>" in my twig, it generate an error.
And when i go to the url http://domain.com/js/routing?callback=fos.Router.setData it render an route.
Why ?
Thanks !