Skip to content

[BUG] Browserless Integration Using Legacy Endpoint - Causing 403 Errors #17856

@vunguyenhung

Description

@vunguyenhung

Describe the bug
The Browserless integration in Pipedream is routing requests to a legacy endpoint that no longer works, causing 403 errors with the message: "This URL is a legacy endpoint, please use https://production-sfo.browserless.io/ for REST API calls"

To Reproduce

  1. Create a workflow with a Browserless step
  2. Use any Browserless action (e.g., _makeRequest with /function endpoint)
  3. Execute the step
  4. Observe requests are being routed to an old/legacy endpoint
    Error Message: "This URL is a legacy endpoint, please use https://production-sfo.browserless.io/ for REST API calls and wss://production-sfo.browserless.io/ for library and puppeteer usage. See more at https://docs.browserless.io/overview/connection-urlss"

Expected behavior
Requests should route to https://production-sfo.browserless.io/

Screenshots
If applicable, add screenshots to help explain your problem. Note that the screenshots will be displayed publicly.

Additional context
Raised by a customer here: https://pipedream-users.slack.com/archives/CMZG4EBJ9/p1753856345865189

For component dev
I've recently added base_url field into the Connection information, you can use it for the Base URL
Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions