Paul
Paul
TTypebot
Created by Paul on 4/19/2025 in #help-and-questions
After upgrading to version 3.6 from 3.5 login through GitHub is not working
I was able to resolve this issue and am putting the solution here just in case someone else is in the same situation. In my case the Postgres database is a shared one and the user specified in the database connection string for Typebot did not have the rights to alter tables. I fixed this issue, rolled back the earlier Prisma migration and on restarting the container the migration succeeded. I am now able to sign-in successfully.
3 replies
TTypebot
Created by Paul on 4/19/2025 in #help-and-questions
After upgrading to version 3.6 from 3.5 login through GitHub is not working
After restarting the Typebot container once again I can see the following logs: 2025-04-19T15:05:42.364694140Z Prisma schema loaded from packages/prisma/postgresql/schema.prisma 2025-04-19T15:05:42.404052419Z Datasource "db": PostgreSQL database "tsltypebotdb", schema "public" at "srv-captain--db" 2025-04-19T15:05:42.617907113Z 2025-04-19T15:05:42.618310247Z 74 migrations found in prisma/migrations 2025-04-19T15:05:42.621062522Z 2025-04-19T15:05:42.675714474Z Error: P3009 2025-04-19T15:05:42.675728783Z 2025-04-19T15:05:42.675732353Z migrate found failed migrations in the target database, new migrations will not be applied. Read more about how to resolve migration issues in a production database: https://pris.ly/d/migrate-resolve 2025-04-19T15:05:42.675735673Z The 20250303175555_add_preferred_language migration started at 2025-04-19 09:16:09.231088 UTC failed 2025-04-19T15:05:42.675738743Z 2025-04-19T15:05:42.675741573Z 2025-04-19T15:05:43.539854041Z ▲ Next.js 14.2.13 2025-04-19T15:05:43.540495820Z - Local: http://localhost:3000 2025-04-19T15:05:43.540673227Z - Network: http://0.0.0.0:3000 2025-04-19T15:05:43.540885823Z 2025-04-19T15:05:43.541208638Z ✓ Starting... 2025-04-19T15:05:46.119327196Z ✓ Ready in 2.6s I hope the above gives more clarity.
3 replies
TTypebot
Created by Paul on 4/15/2025 in #help-and-questions
Automatically expanding an Embed block's height to fit its content
Thanks for your response, Baptiste! I see your point and my research on setting a height for an iframe also reached the same conclusion. I will try to figure out if I can use a Script block to adjust the height of the iframe once it is rendered by the Embed block. Also, thanks for providing all of us with a great product like Typebot!
4 replies
TTypebot
Created by Paul on 4/15/2025 in #help-and-questions
Automatically expanding an Embed block's height to fit its content
It would be great if someone can provide some help with this issue! Just to rephrase, I am wanting to display some HTML content returned by an external server in my chat and if using the Embed block is the only option, then I want that this block should vertically expand to fit its content so that no vertical scrollbars are displayed. Thanks in advance for any inputs that I receive!
4 replies