Arnav Chauhan

Results 4 comments of Arnav Chauhan

Hey, I also have the same issue and just as @m-zaink has state it only occurs in IOS builds which is being generated in M1 Pro macbook.

Having this same issue in version 11.0.1 with appwrite cloud. Code for reference. ``` var _codeListenerServer = await HttpServer.bind('localhost', 0); print('Listening on localhost:${_codeListenerServer.port}'); _account.createOAuth2Session(provider: "google",success: "http://localhost:${_codeListenerServer.port}/auth/oauth2/success"); ``` This is what...

Bump Facing same issue may be due to latest IOS or Maps update!

@connortbot in a similar sitation, using google studio ai byok. This is the code - ``` const response = await heliconeClient.chat.completions.create({ model: "gemini-2.5-pro", prompt_id: "Eha5Ss", environment: getPromptEnvironment(), inputs: { email_body:...