Symfony2 MethodNotAllowedHttpException on live server

后端 未结 3 1228
一整个雨季
一整个雨季 2021-01-18 02:36

I am getting below error on live server:

request.ERROR: Uncaught PHP Exception Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpExcept

3条回答
  •  独厮守ぢ
    2021-01-18 02:55

    Try to run php app/console router:debug | grep user/create to check if this route loaded at all. Maybe you load this route only for specific env.

提交回复
热议问题