T
Typebotโ€ข3mo ago
Hikari

Error while updating Typebot notification

I am self-hosting Typebot on my VPS with portainer and everytime I try to change anything I get this error. How can I fix this? Thank you in advance ๐Ÿ™
No description
4 Replies
Baptiste
Baptisteโ€ข3mo ago
https://github.com/baptisteArno/typebot.io/blob/5b9176708c844e688fe0f7895ab1580eeb36753d/apps/builder/src/features/typebot/api/updateTypebot.ts#L121-L129 This means the bot in your database has a updatedAt date greater than the one the editor is sending for update. Maybe you have multiple tabs opened of the same bot?
Hikari
Hikariโ€ข3mo ago
I see, thanks for the swift answer Baptiste! Maybe someone else was editing the same bot at the same time, so I got this error.
Baptiste
Baptisteโ€ข3mo ago
Indeed, real time collaboration is still not a thing on Typebot but it will be in the future!
Baptiste
Baptisteโ€ข3mo ago
GitHub
Real-time editing collaboration ยท Issue #680 ยท baptisteArno/typebot...
Should be able to see who is connected live and be able to edit a bot at the same time without overwriting collaborator changes