esbenp / pdf-bot

🤖 A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs
MIT License
2.63k stars 142 forks source link

Shift command with AWS S3 URL not working #41

Closed HazelProdi closed 2 years ago

HazelProdi commented 2 years ago

I tried executing the pdf-bot shift with aws s3 URL but it's not working. It is stuck on blinking the cmd cursor and nothing happens. But when I tried to execute the pdf-bot shift command with another website URL, it is working. Is there any problem with my configs or setup?Please help me..Thanks..

UPDATE: Already solved this issue. Just added "ContentType": "text/html" property on my s3.upload options.