Deploying crawlee project to Apify
Precious here. New member of the Crawlee & Apify community.
I recently developed a scraper with crawlee, and it worked perfectly well, then I deployed it to Apify using the guide here: https://crawlee.dev/docs/introduction/deployment
Now when I run the actor in my local machine,
await crawler.run([request]); does not run as it used to. I am using PlaywrightCrawler and everything looks good just as I developed it. It seems converting the project to an actor changed it. Please how do I fix this?Also, it does not leave any error messages.

