Skip to content

August 2026

  • August bug list - When the user does not use the app for more than 24h, the session cookie expires. When starting the app, the user is then shown the login page for a second before the automatic session refresh using the refresh token occurs. —> Implemented
  • August bug list - Opening the demo server for the first time on a new device often does not display images in the chat correctly. I think this is because the demo server is hosted on a slow google cloud vm. The time it takes the server to fetch the images from disk and then serve them to the client, the image load time has timed out. Add thumbnails and be more patient with image loading timeouts —> Implemented