-
Notifications
You must be signed in to change notification settings - Fork 95
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
Error: notImplemented
when calling createTranscript
#76
Comments
This is the
This makes me wonder if creating a transcript is functionality that I have to manually implement on my side in the bot designer? I tried to Google for docs about that though and found none. |
Commenting out the return state of |
Hi there @mepc36 👋 sorry for not responding to your issue sooner The error you're experiencing is expected in We are working on a fix now and should shortly update the demo to have transcript saving setup correctly. I'll update you here when that is available. Thank you for your bug report! |
Hi, I ported this @voiceflow/demo-react-chat app found here from vite to Next.js. I then migrated it into my app. Currently, it's throwing this error:
It happens whenever I send a message to the chatbot. It seems like maybe a typing error?
This is my @voiceflow/react-chat version:
"@voiceflow/react-chat": "^1.46.1"
I will report back with more info.
The text was updated successfully, but these errors were encountered: