Hey! I had the same issue with puppeteer upload pdf to supabase. What worked for me was using `page.evaluate()` to handle the file input directly in the browser context.
Also, check out this GitHub repo: [link]. It has a bunch of examples for handling file uploads with Puppeteer and Supabase. Super helpful!
Also, check out this GitHub repo: [link]. It has a bunch of examples for handling file uploads with Puppeteer and Supabase. Super helpful!
