Skip to content

Commit fc50b1b

Browse files
committed
add troubleshooting section for studio button
1 parent 1336dbc commit fc50b1b

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,17 @@ function myGraphFunction(state: MyGraphState) {
217217

218218
Common issues and solutions:
219219

220-
1. **Connection Issues**
221-
- Verify your `LANGSMITH_API_KEY` is set correctly
222-
- Ensure your Deployment URL is accessible
223-
- Check if your LangGraph deployment is running
224-
225-
2. **Schema Validation Errors**
226-
- Ensure all required fields are present in your interrupt objects
227-
- Verify the types of all fields match the schema
228-
- Check that response handling matches expected types
229-
- Check you're extracting the first object from the response list returned by the `interrupt` function
220+
### Connection Issues
221+
- Verify your `LANGSMITH_API_KEY` is set correctly
222+
- Ensure your Deployment URL is accessible
223+
- Check if your LangGraph deployment is running
224+
225+
### Schema Validation Errors
226+
- Ensure all required fields are present in your interrupt objects
227+
- Verify the types of all fields match the schema
228+
- Check that response handling matches expected types
229+
- Check you're extracting the first object from the response list returned by the `interrupt` function
230+
231+
### The Open in Studio button doesn't work for my deployed graphs
232+
- This feature requires fields from your LangGraph deployment only made available after **04/18/2025**. If your graph *has not* created a new revision since then, you will need to create a new revision for this feature to work.
233+
- Delete the inbox, and re-add it. The logic for capturing the required fields to construct the Studio URL is new, and your inbox will need to be re-added for this feature to work.

0 commit comments

Comments
 (0)