We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417a707 commit 6bb337bCopy full SHA for 6bb337b
packages/apify/src/actor.ts
@@ -1553,6 +1553,7 @@ export class Actor<Data extends Dictionary = Dictionary> {
1553
const { apifyVersion, crawleeVersion } = getSystemInfo();
1554
return new ApifyClient({
1555
baseUrl: this.config.get('apiBaseUrl'),
1556
+ publicBaseUrl: this.config.get('apiPublicBaseUrl'),
1557
token: this.config.get('token'),
1558
userAgentSuffix: [
1559
`SDK/${apifyVersion}`,
0 commit comments