langchain-ai / langgraph-studio

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

Missing environment var causes login to hang with no visible error #50

Closed bwhiting2356 closed 2 months ago

bwhiting2356 commented 3 months ago

I opened the langgraph-example repo in langgraph studio. I was initially missing a .env file in langgraph-example, I got a warning to fix it, and added one with an openai key, but neglected to add a tavily key. When I opened the repo again, login just hanged with no error, and I only saw the issue after opening the logs. It would be nice if the missing environment variable error was surfaced at the login step in the same way that the missing .env file error was surfaced.

dqbd commented 2 months ago

Should be fixed with 0.0.18!