Hey there! I’ve been working on a similar project. For puppeteer upload pdf to supabase, I found that using `page.waitForSelector()` before triggering the file upload helps avoid timing issues.
Also, Supabase’s docs have a great section on handling file uploads with their JS client. It’s worth a read if you haven’t checked it out yet.
Also, Supabase’s docs have a great section on handling file uploads with their JS client. It’s worth a read if you haven’t checked it out yet.
