Button not appearing

In the displayed sequence illustrated in the image, the button is visible in preview mode; however, it is absent in the published version.
No description
No description
13 Replies
Baptiste
Baptiste4mo ago
Can you provide a reproduction or at least a video recording?
Geethanjali
Geethanjali4mo ago
Baptiste
Baptiste4mo ago
That's strange, are you sure it's the same bot? Can you double check the public ID embedded?
Geethanjali
Geethanjali4mo ago
yes its the same id
Geethanjali
Geethanjali4mo ago
The text in bubble appears but the button doesnt.
No description
No description
Baptiste
Baptiste4mo ago
Any chance I can have access to the published bot so that I try to inspect it and guess what's going on?
Geethanjali
Geethanjali4mo ago
Sure, i have sent a mail Basically none of the Inputs are working after the text buble "Thank You"
Baptiste
Baptiste4mo ago
Ok I'm checking now Oh you are using a version of the embed lib that is too old! Can you go to the Share tab and follow the new instructions to embed your bot?
Geethanjali
Geethanjali4mo ago
Sure
Geethanjali
Geethanjali4mo ago
I am trying to use updated versions of @typebot.io/js and @typebot.io/react packages or you can say when I try to install both packages together , I got some breaking error from package side and am not able to resolve it. I found these links to solve the issue, but this is not solved. Can you please look into it. https://github.com/baptisteArno/typebot.io/issues/561 https://stackoverflow.com/questions/70964723/webpack-5-in-ceate-react-app-cant-resolve-not-fully-specified-routes/75109686#75109686
GitHub
Typebot React Integration Error: Can't resolve `@typebot.io/js/dist...
When integrating Typebot.Standard in my CRA Typescript react app, I get the error as explained in screenshot. My package.json : "@typebot.io/js": "0.0.63", "@typebot.io/rea...
Stack Overflow
Webpack 5 in Ceate React App can't resolve not fully specified routes
We are developing a react library and recently noticed, that it throws an error when we want to consume it with a new (webpack 5) Create React App. It complains about this: "BREAKING CHANGE: The
No description
No description
No description
Baptiste
Baptiste4mo ago
Can you delete package-lock file and node_modules and run npm install again?
Geethanjali
Geethanjali4mo ago
Despite installing the most recent versions and subsequently reinstalling npm, even after removing node modules and package-lock.json, the same error persists. Please assist us in resolving this issue urgently, as we have a launch scheduled in two days.
No description
Baptiste
Baptiste4mo ago
Stack Overflow
Webpack 5 in Ceate React App can't resolve not fully specified routes
We are developing a react library and recently noticed, that it throws an error when we want to consume it with a new (webpack 5) Create React App. It complains about this: "BREAKING CHANGE: The