Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pengw00 opened this issue Jan 22, 2021 · 2 comments
Closed

Comments

@pengw00
Copy link

pengw00 commented Jan 22, 2021

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?

@pengw00
Copy link
Author

pengw00 commented Jan 22, 2021

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

@pengw00
Copy link
Author

pengw00 commented Jan 23, 2021

Resolved, it is my postman config problem

@pengw00 pengw00 closed this as completed Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant