Improve error handling of posting to invalid sessions
Open
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 267
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 9
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.