You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user message has an image attached, that image only appears on the conversation window before any reload.
This is how you can reproduce this: if you upload an image together with your message using the experimental attachment feature, the chat conversation shows your message with a little "thumbnail-like" version of your image, like here:
But if you refresh the page, or access the route /chat/[id] directly, the image doesn't show up anymore:
I could verify that the image metadata itself was saved correctly, so the problem seems to be only when rendering the chat history.
The text was updated successfully, but these errors were encountered:
Hey all!
When a user message has an image attached, that image only appears on the conversation window before any reload.
This is how you can reproduce this: if you upload an image together with your message using the experimental attachment feature, the chat conversation shows your message with a little "thumbnail-like" version of your image, like here:
But if you refresh the page, or access the route
/chat/[id]
directly, the image doesn't show up anymore:I could verify that the image metadata itself was saved correctly, so the problem seems to be only when rendering the chat history.
The text was updated successfully, but these errors were encountered: