-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button inputs made by the users aren't working. #1743
Comments
Can you provide the server logs? There should be a clear error there. If you are self-hosting it with docker. Type this command in your terminal: docker-compose logs Paste all the logs here so that we can help you properly! |
Indeed so it seems the migrations were not applied properly.... This is a tough one to fix. It boils down to this: https://www.prisma.io/docs/orm/prisma-migrate/workflows/patching-and-hotfixing#fixing-failed-migrations-with-migrate-diff-and-db-execute You need to inspect your migrations table and see which one failed. Remove the associated row and rerun the app it should re-run the migration. Baptiste. |
Hello from a no code guy who admires the work you do with Typebot! I guess I'm having the same issue. Just intalled a fresh Typebot with Easypanel and the "frozen button" issue keeps showing up. I got the following logs from the DB. Can you help @baptisteArno ? (Here is a test bot published: https://chat.gustavobonato.com.br/test) ============ /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* 2024-10-18 03:43:54.163 UTC [49] LOG: received fast shutdown request PostgreSQL init process complete; ready for start up. 2024-10-18 03:43:54.293 UTC [7] LOG: starting PostgreSQL 13.16 (Debian 13.16-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit |
It was most likely an issue with the database migration. I can't help more than this 🙏 |
No problem! In the end, I managed to access the DB through DB Gate application, where I could manually add the "createdAt" column. |
How did you manually add the column? I'm struggling with it :( |
Whenever one of the flows has a button, when testing through the viewer, the buttons do not work. When clicking on any of the options to follow the flow, it freezes, and the same button options keep appearing, as if the user hadn't chosen anything yet. If theres no buttons, it flows normally.
If I test the flow through the builder view, it works normally, but the published flow looks like this.
Steps to reproduce the behavior:
I used those flows for months but after a payment problem with railway it was shut down. I redeployed it but it's clearly bugged.
Screen record of the error:
https://github.com/user-attachments/assets/f554cea5-9627-45e3-a44e-cc1bf173e4fb
Thanks!
The text was updated successfully, but these errors were encountered: