You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Ambiguous URL; The `baseURL` option (or BROWSERBASE_BASE_URL env var) and the `environment` option are given. If you want to use the environment you must pass baseURL: null',
()=>newBrowserbase({apiKey: 'My API Key',environment: 'production'}),
168
+
).toThrowErrorMatchingInlineSnapshot(
169
+
`"Ambiguous URL; The \`baseURL\` option (or BROWSERBASE_BASE_URL env var) and the \`environment\` option are given. If you want to use the environment you must pass baseURL: null"`,
170
+
);
171
+
172
+
constclient=newBrowserbase({apiKey: 'My API Key',baseURL: null,environment: 'production'});
0 commit comments