I create a pdf file from Blob, I am not able to open the pdf
axios.get(url, {responseType: 'blob'}).then((response) => {
FileDownload(response.data, 'test.pdf');
})
Getting the following error Unable to open pdf. type plain text document (text/plain) is not supported