我正在使用symfony2,我在symfony站点中创建了一个用于用户登录的表单,这里是:,它说您不需要处理<form action="{{ path('login_check') }}" method一句话是:You will not need to implement a controller for the /login_check URL as the firewall will automatically但是,当我使用并提交表单时,它会给出
在本地主机上,该应用程序运行得很好,但当我将其放到apache服务器上时,我收到了这个错误:"Unable to find the controller for path "/api/login_check路由配置错误。”profiler|wdt)|css|images|js)/ pattern: ^/a
我正尝试在Symfony项目上使用Lexikjwtauthenticator,但我找不出/api/login_check控制器定义在哪里。收到"Unable to find the controller for path "/api/login_check“。路由配置错误。”每时每刻。解决此问题的唯一方法是在登录防火墙内定义一个form_login (而不是