I already make docker compose pull and sometime that error happen to all bot flow with text input on start flow
The error just happen on API call /startchat Its normal on typebot platform just on api call that error show up, already delete NEXTAUTH_AUTH_INTERNAL on env but still not fix the error
Okay, this is my mistake. After investigating by comparing the entire update in the latest Typebot docs, it turns out the Postgre version change caused the error to appear. After trying to change it from version 14-alpine to version 16 and deleting the previous Docker volume, all errors no longer appear. Sorry @Baptiste , this is purely my fault for not noticing the changes in the latest docs. If anyone else experiences this, try backing up your Postgre 14-alpine first before deleting the Docker volume.