
I’m working with the excellent Webflow pack.
Goal: move the entire Webflow CMS part (but how was this horror even made possible??) over to Coda.
In my Articles DB table, I have a Content column and a HTML Content column.
The HTML Content column is generated by AI using a prompt like:
“Based on @content, generate the HTML code.”
It was working perfectly fine until I started getting this error message.
My intuition: the content exceeds 1,000 words, the AI starts taking a long time (more than 20 seconds) to convert the content into HTML, and then it fails — no explanation, no output.
Has anyone ever encountered this kind of bug?
Any ideas on how to speed up the process or approach this differently?