unexpected keyword argument 'cookies' #1

Closed
opened 2026-02-16 08:16:53 -05:00 by yindo · 1 comment
Owner

Originally created by @PlebeiusGaragicus on GitHub (Feb 22, 2025).

Haven't been able to get this running. Following instruction with uv run langgraph dev --no-browser gives me this:

  File "/Users/satoshi/Downloads/langgraph-fullstack-python/src/react_agent/app.py", line 133, in root
    return Redirect(
        f"/conversations/{thread_id}",
        cookies=[("user_id", user_id, {"httponly": True, "max_age": 31536000})],
    )
TypeError: Redirect.__init__() got an unexpected keyword argument 'cookies'
Originally created by @PlebeiusGaragicus on GitHub (Feb 22, 2025). Haven't been able to get this running. Following instruction with `uv run langgraph dev --no-browser` gives me this: ``` File "/Users/satoshi/Downloads/langgraph-fullstack-python/src/react_agent/app.py", line 133, in root return Redirect( f"/conversations/{thread_id}", cookies=[("user_id", user_id, {"httponly": True, "max_age": 31536000})], ) TypeError: Redirect.__init__() got an unexpected keyword argument 'cookies' ```
yindo closed this issue 2026-02-16 08:16:53 -05:00
Author
Owner

@hinthornw commented on GitHub (Mar 11, 2025):

Should be fixed now! Thank you :)

@hinthornw commented on GitHub (Mar 11, 2025): Should be fixed now! Thank you :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-fullstack-python#1