-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
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
- Create a workflow with a Browserless step
- Use any Browserless action (e.g., _makeRequest with /function endpoint)
- Execute the step
- 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done