langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://studio.langchain.com
1.88k stars 121 forks source link

Authentication Not Working on Mac Sonoma M2 Chip (LangGraph 0.0.21) #118

Closed atulmkamble closed 1 month ago

atulmkamble commented 1 month ago

System Details:

Steps to reproduce:

  1. Move the app in the Application folder
  2. Open LangGraph Studio on Mac
  3. Click the Login to LangSmith button and authenticate at the LangSmith website (US region)
  4. The authentication succeeds but nothing changes on the Mac app (Attached snapshot 1). 1
  5. Copying the authentication token on the website and pasting it into the app does not work either (Attached snapshot 2). 2

This issue is similar to https://github.com/langchain-ai/langgraph-studio/issues/39

dqbd commented 1 month ago

Hello! @atulmkamble, will take a look! By any chance are you on a proxy?

dqbd commented 1 month ago

Hello! We've published a new 0.0.22 version, which should hopefully solve the authentication issues!

atulmkamble commented 1 month ago

Hello @dqbd, I was not using any proxy. However, I have downloaded 0.0.22 and confirm that the authentication is working now. Thank You!