may be this could be happen because of Your Application backend. I got the same error .It's because I used @ResponseStatus(HttpStatus.FOUND) annotaion.The Error solved When I change it to @ResponseStatus(HttpStatus.OK).If your backend is java this will work.