Mr. Question
Mr. Question
 when i try to set the output directory this error happen.
I saw a document about how to deploy through a https domain https://github.com/daytonaio/daytona/issues/2673 But when i try to deploy through a http domain there are many errors any document about...
The code that can be executed correctly is as follows: `from stagehand import Stagehand stagehand = Stagehand( env="LOCAL", local_browser_launch_options={ “cdp_url“:"http://localhost:9222" } ) await stagehand.init()`