[API] [BUG] Async Upload
Help with fresh eyes requested for this bug.
For now, the Front posting attempts fail with this errors:
in FrontEnd Upload.purs postWwwUrlencoded session p fileContents gives backlogs: POST /api/v1.0/corpus/107/add/form/async Params: [("fileType","CSV")] Accept: application/json Status: 415 Unsupported Media Type 0.003181248s
postMultipartFormData session p fileContents gives backlogs: POST /api/v1.0/corpus/107/add/file/async Params: [("fileType","CSV")] Accept: application/json Status: 400 Bad Request 0.000255437s
The async routes are waiting for a body (see swagger) with
http://localhost:8008/swagger-ui/#/Gargantext/post_api_v1_0_corpus__corpus_id__add_file_async