Closed kuanb closed 7 years ago
POST https://assembleapp.co/blocks/3/runs.json 404 ()
Location: https://assembleapp.co/blocks/3
Response box does not indicate that POST failed, leaves run pending text up, does not let user know response was 404. Screen cap:
Command line:
$ curl \ > 'https://assembleapp.co/blocks/3/runs.json' \ > -X POST \ > -H "Content-Type: application/json" \ > -H "Accept: application/json" \ > -H "Authorization: Bearer b27bdbe3b1dce94f3845958f10a60c4a" \ > -d '{ > "data": { > "latitude": "47.606", > "longitude": "-122.33", > "darksky_key": "d40ec580b195e3d966ad9f084136a19f" > } > }' {"status":404,"error":"Not Found"}
Thanks for reporting! This'll be taken care of by the end of the week.
POST https://assembleapp.co/blocks/3/runs.json 404 ()
Location: https://assembleapp.co/blocks/3
Response box does not indicate that POST failed, leaves run pending text up, does not let user know response was 404. Screen cap:
Command line: