adk-web icon indicating copy to clipboard operation
adk-web copied to clipboard

Improve error handling of posting to invalid sessions

Open slilichenko opened this issue 5 months ago • 1 comments

When actively developing in ADK a server reload is often required, which by default removes all in-memory stores. The UI is not aware that the current session is no longer available on the server and attempts to POST. That POST returns 404 error, but there is no indication in the UI that the current session is "dead". Ideally, it should offer to start a new one.

slilichenko avatar Jul 24 '25 23:07 slilichenko

Hi slilichenko, thank you for reporting this, for now if you refresh on the old session, the UI will prompt to create a new session for you.

wyf7107 avatar Aug 15 '25 04:08 wyf7107