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
'Using a local browser without providing a CDP URL is not supported. Please provide a CDP URL using the LOCAL_CDP_URL environment variable.\n\nTo launch your browser in "debug", see our documentation.\n\nhttps://docs.stagehand.dev/examples/customize_browser#use-your-personal-browser'
83
+
);
84
+
}
85
+
77
86
try{
78
87
if(!stagehand){
79
88
stagehand=newStagehand(stagehandConfig);
@@ -169,7 +178,7 @@ export function createServer() {
169
178
content: [
170
179
{
171
180
type: "text",
172
-
text: `Failed to initialize Stagehand: ${errorMsg}. Config: ${JSON.stringify(
181
+
text: `Failed to initialize Stagehand: ${errorMsg}.\n\nConfig: ${JSON.stringify(
0 commit comments