Share feedback, ideas and get community help

Home
Members
lucasscandian
l
lucasscandian
Offline, last seen 3 months ago
Joined September 13, 2024
I was doing my chatbot as usual using typebot, but then, I noticed that in a specific case, as shown on my images, I could have a line that is displayed on typebot editor but is not shown on the JSON, I recreated the line just in case and compared both jsons and the line is shown there.

Any Idea how could this happen and if it's a bug, or an issue that I shouldn't care too much ?
11 comments
l
B
I followed some processes to start pm2 in clustered mode only for the viewer API, but I'm receiving the error on the uploaded image, it works fine if I change it to 'fork' mode.
It's an issue with the viewer application or it's an issue with next? If anyone could help me it would be great! Thanks in advance.

my json -> {
"apps": [
{
"name": "aio-bot",
"instances": "1",
"script": "pnpm",
"args": [
"start"
],
"port": "3001",
"exec_mode": "cluster"
}
]
}
2 comments
l
B