AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] AI chat doesn't seem to sync? "A unicorn ate our response"

bdruth opened this issue · comments

Describe the bug
When pulling up an AI Chat from a device that isn't the one that initiated it, the chat doesn't appear to sync and then on the device that initiated it, an error is displayed.

To Reproduce
Steps to reproduce the behavior:

  1. Create an AI Chat
  2. Ask a question, wait for the response
  3. Access the AI Chat from a sync'd device
  4. The 2nd device only shows the question asked
  5. The 1st device shows an error (the response disappears)

Expected behavior
AI Chat response is visible on both devices

Screenshots
Primary Device
image

Second Device
image

Desktop (please complete the following information):

  • OS: macOS Sequoia 15.1
  • Browser n/a
  • Version 0.7.2

Additional context

  • Environment: self-hosted

Sync works otherwise (websocket support is enabled & working)

@bdruth The message A unicorn ate our response indicates that the AI service is temporarily unavailable. As a result, the response will not be synced to other devices.

I will close this PR. Feel free to reopen

So, is AI chat syncing a verified/tested feature? It seems odd that the AI service is available to the extent that AI chat works, but suddenly not available when a sync is needed?