gothinkster / slim-php-realworld-example-app

Exemplary real world application built with Slim

Home Page:https://realworld.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validator issue

vitalijalbu opened this issue · comments

When trying to register or login, it shows me validation error:

https://drive.google.com/file/d/1s5VHPAstmfY5bYnoJiGLm_aYuhVo1D8N/view?usp=sharing

I can’t open the link.

Make sure to add request header: Content-Type: application/json

In Postman, change the body type from Text to Json, and it will add the header for you.