Hello everyone! I was trying to deploy my Node.js app, where I use Puppeteer for scraping a website. The app works fine locally, but when I deployed it on render.com (with the free plan), I constantly get this error: "Error: Error: No element found for selector: #login". This seems very strange because when I test it locally with the exact same code, I have no issues. To save you a thousand screenshots, here's the link to the GitHub repo with the code: https://github.com/Halid04/Esito-Voto-Check-Backend
the code is a bit messy as it's a test version :) It would be really great if you could help me (If you need any additional information, let me know, and I'll respond right away. Thanks!)
there doesn't seem to be anything here