langgraph/cloud/deployment/cloud/ #1585
Replies: 13 comments 25 replies
-
Hello! |
Beta Was this translation helpful? Give feedback.
-
When running
|
Beta Was this translation helpful? Give feedback.
-
Hey, I am actively using langgraph and langgraph studio to build my AI agents. I would love to see what you are doing for langgraph cloud, and whether it makes my use cases simpler to execute. What is the procedure for gaining beta access? |
Beta Was this translation helpful? Give feedback.
-
Seems like "interrupt" button is grayed out on my instance, and there's no delete button altogether. Would love to have a way to stop all current threads/redeploy from the latest commit. |
Beta Was this translation helpful? Give feedback.
-
I don't see any "New Deployment" button on deployments tab. How can I deploy a github repo? |
Beta Was this translation helpful? Give feedback.
-
I am using https://www.pantsbuild.org for building our python binaries. Pants can output a docker image. Is it possible to use a custom docker image for deployment? |
Beta Was this translation helpful? Give feedback.
-
It is possible to connect gitlab repo? |
Beta Was this translation helpful? Give feedback.
-
Hi, I created a new deployment and added environment variables. I want to add more environment variables to my project, but I can't find a button to update environment variables. Could you point me in the right direction? |
Beta Was this translation helpful? Give feedback.
-
Trying to deploy to cloud and getting a timeout on the the server starting up. Build passes fine, seems to be a server issue but the logs dont give me any insight.... |
Beta Was this translation helpful? Give feedback.
-
I previously hosted my Langgraph backend API locally using a Docker container, and everything worked as long as the container was running. The frontend was hosted on Vercel. However, the application is now failing to work, and I keep receiving error messages - "Unable to find the current thread ID" in the client application. This normally happens the client application cannot connect to the backend API server. Langgraph cloud automatically create a new API key when you deploy, however, I am unable to get the value of that API key. I am suspecting the issue is the API key that I have in the environmental variable is the issue. I updated the environment variable NEXT_PUBLIC_API_URL to point to the new cloud API server and modified the frontend code accordingly: export const createClient = () => { Here is error from the browser console: Error creating thread HTTPError: HTTP 403: {"detail":"Missing authentication headers"} Could you please advise on what additional authentication details or configuration might be required? |
Beta Was this translation helpful? Give feedback.
-
@romanh24 I reconfigured a couple of the environmental variables. I am presuming you have your backend API on langgraph cloud. Where is your client - local or on the cloud e.g. Vercel? Mine was on Vercel |
Beta Was this translation helpful? Give feedback.
-
What does your NEXT_PUBLIC_API_URL or equivalent variable reference? Can you try http://localhost:8123/ for local deployment |
Beta Was this translation helpful? Give feedback.
-
I have not used the useStream method the way you have it, so I don't know how it's supposed to work. For me I have a langgraph cloud server client object which to make the API calls including creating threads.
|
Beta Was this translation helpful? Give feedback.
-
langgraph/cloud/deployment/cloud/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/cloud/deployment/cloud/
Beta Was this translation helpful? Give feedback.
All reactions