cleveradmin
cleveradmin
TTypebot
Created by cleveradmin on 5/28/2024 in #help-and-questions
Embedded Site with Embedded Typebot Issue
Sent via PM, thanks.
10 replies
TTypebot
Created by cleveradmin on 5/28/2024 in #help-and-questions
Embedded Site with Embedded Typebot Issue
Any thoughts on this @Baptiste?
10 replies
TTypebot
Created by cleveradmin on 5/28/2024 in #help-and-questions
Embedded Site with Embedded Typebot Issue
Whatever is going on, it's specific to this flow. I embedded a basic one on the same instance and it works fine. They key is that 500 error in the browser console. Here is the cooresponding log entry when attempting to load the typebot.
10 replies
TTypebot
Created by cleveradmin on 5/28/2024 in #help-and-questions
Embedded Site with Embedded Typebot Issue
I get the same issue if I don't use the Wordpress plugin and only use the HTML/javascript code.
10 replies
TTypebot
Created by cleveradmin on 4/10/2024 in #help-and-questions
Disable Remember Session Place
Thank you!
5 replies
TTypebot
Created by cleveradmin on 4/5/2024 in #help-and-questions
Remember User - Unexpected Issue
I think the publish option would be better. This way there is more granular control over its use.
11 replies
TTypebot
Created by cleveradmin on 4/5/2024 in #help-and-questions
Remember User - Unexpected Issue
So this get's even worse lol. If I disable Remember User and use the embedded flow, it is grabbing the updated info and works fine. If, however, I re-enable Remember User and reload the embedded flow, it reverts back to the last session from before I disabled Remember User, complete with the outdated flow.
11 replies
TTypebot
Created by cleveradmin on 2/4/2024 in #help-and-questions
Typebot as Chatwoot Dashboard Application
No, I did not.
4 replies
TTypebot
Created by vm0307 on 2/10/2024 in #help-and-questions
Integrating Typebot in mobile app
I can't speak to React specifically, but we do have Typebot integrated through a webview-based app. Works perfect.
4 replies
TTypebot
Created by cleveradmin on 2/7/2024 in #help-and-questions
Safari on Big Sur - Wordpress Shortcode Issue
Let me know if you need anything else from me to troubleshoot this further @Baptiste
6 replies
TTypebot
Created by cleveradmin on 2/7/2024 in #help-and-questions
Safari on Big Sur - Wordpress Shortcode Issue
Here is what's showing up in the javascript log.
[Error] Unhandled Promise Rejection: TypeError: o8().findLast is not a function. (In 'o8().findLast(t=>e.inputIndex===t.inputIndex)', 'o8().findLast' is undefined)
Z (960.4288d6c7d8a2073d.js:1:4944)
G (960.4288d6c7d8a2073d.js:1:4052)
j (960.4288d6c7d8a2073d.js:1:2582)
(anonymous function) (960.4288d6c7d8a2073d.js:1:206131)
asyncFunctionResume
(anonymous function)
promiseReactionJobWithoutPromise

[Error] Unhandled Promise Rejection: TypeError: o8().findLast is not a function. (In 'o8().findLast(t=>e.inputIndex===t.inputIndex)', 'o8().findLast' is undefined)
Z (960.4288d6c7d8a2073d.js:1:4944)
G (960.4288d6c7d8a2073d.js:1:4052)
j (960.4288d6c7d8a2073d.js:1:2582)
(anonymous function) (960.4288d6c7d8a2073d.js:1:206131)
asyncFunctionResume
(anonymous function)
promiseReactionJobWithoutPromise
[Error] Unhandled Promise Rejection: TypeError: o8().findLast is not a function. (In 'o8().findLast(t=>e.inputIndex===t.inputIndex)', 'o8().findLast' is undefined)
Z (960.4288d6c7d8a2073d.js:1:4944)
G (960.4288d6c7d8a2073d.js:1:4052)
j (960.4288d6c7d8a2073d.js:1:2582)
(anonymous function) (960.4288d6c7d8a2073d.js:1:206131)
asyncFunctionResume
(anonymous function)
promiseReactionJobWithoutPromise

[Error] Unhandled Promise Rejection: TypeError: o8().findLast is not a function. (In 'o8().findLast(t=>e.inputIndex===t.inputIndex)', 'o8().findLast' is undefined)
Z (960.4288d6c7d8a2073d.js:1:4944)
G (960.4288d6c7d8a2073d.js:1:4052)
j (960.4288d6c7d8a2073d.js:1:2582)
(anonymous function) (960.4288d6c7d8a2073d.js:1:206131)
asyncFunctionResume
(anonymous function)
promiseReactionJobWithoutPromise
6 replies
TTypebot
Created by cleveradmin on 2/7/2024 in #help-and-questions
Safari on Big Sur - Wordpress Shortcode Issue
Actually, in further testing, it appears the typebot is getting hung up on Big Sur. Looks like the code I'm using to generate a random number isn't working. Any ideas?
let randomNum = Math.floor(Math.random() * 1000000);
let code = String(randomNum).padStart(6, '0');
return code;
let randomNum = Math.floor(Math.random() * 1000000);
let code = String(randomNum).padStart(6, '0');
return code;
6 replies
TTypebot
Created by Apploader on 1/15/2024 in #help-and-questions
Back to previous step and correction
I would just add a Back button at every step that points to the previous step.
5 replies
TTypebot
Created by CosmicSound on 12/5/2023 in #help-and-questions
Issues with images persists
I am not seeing this on 2.20.0, but I'm deployed through Cloudron so that could be different too.
16 replies
TTypebot
Created by cleveradmin on 11/16/2023 in #help-and-questions
Webhook - Multiple Variables
That is embarrassingly simple. 😂 Thank you!
19 replies
TTypebot
Created by cleveradmin on 11/16/2023 in #help-and-questions
Webhook - Multiple Variables
If you have time. I have some code already, but not sure it's very clean.
19 replies
TTypebot
Created by cleveradmin on 11/16/2023 in #help-and-questions
Webhook - Multiple Variables
Formatted as rows. So: Jennifer Smith Jennifer Jones And eventually that data will include URLs so I'd like them formatted as markdown links. Already able to do this via javascript, but it's just a bit of a pain when adding new endpoints/data.
19 replies
TTypebot
Created by cleveradmin on 11/16/2023 in #help-and-questions
Webhook - Multiple Variables
All items.
19 replies