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 ๐

4 Replies
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?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.
Indeed, real time collaboration is still not a thing on Typebot but it will be in the future!
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