Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
This repository was archived by the owner on May 20, 2026. It is now read-only.

Unable to run the code, keep alive sessions are not supported on the FREE plan #34

@AseemWangoo

Description

@AseemWangoo

Error creating session: Error: 403 Keep alive sessions are not supported on the FREE plan
at APIError.generate (src/error.ts:66:13)
at Browserbase.makeStatusError (src/core.ts:400:20)
at Browserbase.makeRequest (src/core.ts:464:23)
at async createSession (app/api/session/route.ts:101:18)
at async POST (app/api/session/route.ts:137:35)

console.log("timezone ", timezone);
100 | console.log("getClosestRegion(timezone)", getClosestRegion(timezone));

101 | const session = await bb.sessions.create({
| ^
102 | projectId: process.env.BROWSERBASE_PROJECT_ID!,
103 | browserSettings,
104 | keepAlive: true, {
status: 403,
headers: [Object],
error: [Object]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions