Bug Fixes
This release includes several critical fixes to enhance the chat experience:
- We've resolved an issue where the chat list would reset upon navigating between pages, ensuring that users can maintain their chat history while moving around the application.
- The chat page now loads data client-side, which improves compatibility with Edge environments and prevents navigation errors that previously redirected users back to the dashboard.
- We've implemented client-side fetching for chats when server-side data was unavailable, which ensures that existing chats are displayed even when the application initially indicates "No chats."
- CSRF validation has been improved to ensure that cookies are read correctly from request headers, enhancing security and stability.
- We’ve also optimized internal authentication calls to enhance performance and reliability, particularly in serverless environments.
These changes collectively improve user experience by providing consistent access to chat features and ensuring that authentication processes work smoothly across different environments.