Update requestAPI
handler to allow full server response to be processed
#89
Labels
requestAPI
handler to allow full server response to be processed
#89
While the server may send detailed information about error messages, for status codes >= 400, the following check prevents the frontend from accessing that server response (the payload shows up in the dev console but the response object is
null
).jupyter-fsspec/src/handler/handler.ts
Lines 41 to 43 in c2690fb
The text was updated successfully, but these errors were encountered: