DEV Community

Discussion on: Build a fullstack twitter clone using Flask and React | PART 1

Collapse
 
otto_livingston profile image
No 680621498 • Edited

I keep receiving
{
"error": "Invalid Form"
}

After running this to the terminal

curl -X POST -H "Content-Type: application/json" -d '{"email": "foo@bar.dev", "pwd": "foobar", "username": "foobar"}' "localhost:5000/api/register"

I need help here

Collapse
 
arnu515 profile image
arnu515

Hmm, sorry for the late reply, but I think that email is already registered. Try changing each of the errors to something meaningful, so that you can understand what's going on