Redirected to index although changeset is still invalid

Hi, I’m 4 chapters into the Programming Phoenix book.

I’m following the instructions exactly and something seems to be bothering me. While in ‘/users/new’ route, whenever I submit an invalid form (say, missing name), the URL still changes to ‘/users’. Is this because the post URL is ‘/users’?