I am getting below error on live server:
request.ERROR: Uncaught PHP Exception Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpExcept
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.
php app/console router:debug | grep user/create