But the URL in the error is just /users, not /users/login. Standard notation would indicate that this is the list of users. So, unless the routing has been set up such that the login method is accessible at /users, there’s a redirect happening, and it’s to an unusual location. Of course, this is all guesswork, because no code has been shared.