You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client believes the content-type and returns a Buffer under the 'data' key when requesting the _meta document of a resource that is an application/pdf.
Current fix seems to be JSON.parse(response.data.toString())
I think the content-type of _meta documents need to be carefully considered.
The text was updated successfully, but these errors were encountered:
Client believes the content-type and returns a Buffer under the 'data' key when requesting the _meta document of a resource that is an application/pdf.
Current fix seems to be JSON.parse(response.data.toString())
I think the content-type of _meta documents need to be carefully considered.
The text was updated successfully, but these errors were encountered: