Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

200
Visualizações
Why frontend can't produce PDF file from non-blob response even though it received same data

My NestJS backend returns a pdf file. In local environment it works fine. My React code to handle the file:

const response = await axios.get(`leagues/${leagueId}/matches/${matchId}/reports/${reportType}`, {
  responseType: 'blob',
});

const blob = new Blob([response.data], { type: 'application/pdf' });

I open PDF and it displays properly.

However when I deploy my backend code to AWS Lambda it stops working even though response.data in my frontend app is exactly the same. I even opened both files in VSCode and they are exactly the same but first PDF displays properly and second one is just white blank.

I suspect that it does not return binary-type response. Is there any way to produce PDF blob from a non binary response?

about 4 years ago · Santiago Gelvez
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda