fairingrey/actix-realworld-example-app

Deserialize(Error("EOF while parsing a value", line: 1, column: 0))

pengw00 opened this issue · 2 comments

http://127.0.0.1:8088/api/users
My Json request is

"user": { "username": "fdfdfddf", "email": "fdd123@gmail.com", "password": "fddf3123" }
}

but got this error, it is weird. anyone can tell why this happens?

(form, state): (Json<In<RegisterUser>>, Data<AppState>
there is no any debug logs, I think it is coming from Json<In<RegisterUser>>

Resolved, it is my postman config problem