Estevan Ulian
TTypebot
•Created by Estevan Ulian on 7/9/2024 in #help-and-questions
BAD_REQUEST ("Expected string, received object")
I downgraded the dependencies in my nextjs project and now everything works perfectly.
Before:
"@typebot.io/js": "^0.3.3",
"@typebot.io/nextjs": "^0.3.3",
Now:
"@typebot.io/js": "^0.2.92",
"@typebot.io/nextjs": "^0.2.92",
3 replies