standard-azureS
Apify & Crawlee3y ago
5 replies
standard-azure

Apify Proxies Help

hello, i created an actor using the cli, logged in using an api token, then i wrote
await Actor.init();

const proxyConfiguration = await Actor.createProxyConfiguration({
    groups: ['RESIDENTIAL'],
});
then i passed the proxyConfiguration into
new PuppeteerCrawler({proxyConfig, requestHandler and etc})
and then I did await Actor.exit(). when i try to
apify run
it says that i can't use proxies outside of Actors. could you help me guys, please.
Was this page helpful?