coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Delete form returns 500 #112

Closed impronunciable closed 8 years ago

impronunciable commented 8 years ago

Expected behavior

Delete the form

Actual behavior

Throwing a 500 error

Steps to reproduce behavior

curl 'http://10.0.1.195:8080/api/form/574d9ddbdd2c5c0006471aa2' -X DELETE -H 'Origin: http://localhost:3000' -H 'Accept-Encoding: gzip, deflate, sdch' -H 'Accept-Language: es-419,es;q=0.8' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2751.0 Safari/537.36' -H 'content-type: application/json' -H 'accept: application/json' -H 'Referer: http://localhost:3000/forms' -H 'Connection: keep-alive' --data-binary '{"name":"Share your story","description":"This is a sample ask!"}' --compressed
jde commented 8 years ago

This has been resolved.