Hey! For puppeteer upload pdf to supabase, I’d suggest using `page.on(‘response’)` to monitor the upload process. It’s a great way to catch errors or confirm the upload was successful.
Also, if you’re dealing with large files, consider compressing the PDFs before upload. Tools like `PDFTron` or `Smallpdf` can help with that.
Also, if you’re dealing with large files, consider compressing the PDFs before upload. Tools like `PDFTron` or `Smallpdf` can help with that.
