Share feedback, ideas and get community help

Home
Members
ildevon
i
ildevon
Offline, last seen 2 weeks ago
Joined November 30, 2024
Hi everyone! 👋

I'm trying to modify the default behavior of links in Typebot chat responses. Currently, all links are automatically set with target="_blank" rel="noopener noreferrer", causing them to open in new tabs.

I need these links to open in the same tab (target="_self"). I've tried:
  1. Using MutationObserver to modify the links
  2. Injecting CSS overrides
  3. Intercepting click events
None of these approaches worked. Is there a configuration option or recommended way to control this behavior?
3 comments
i
A
On Typebot self-hosted I encounter an error when trying to use the OpenAI integration.

The error is:

{
"message":"Could not create stream"
}

Anyone encountered this and managed to fix it?

Using latest version 3.1.2
5 comments
B
m
i