https://discord.gg/botpress logo
Join Discord
Powered by
  • Making a booking
    i

    incalculable-barista-24878

    07/10/2025, 9:29 PM
    Hi all, in my automation, I would like some help with my booking system, instead of a customer having to input a date for a booking in the format of dd/mm/yyyy/hh, I would prefer if they were to say something like "book for tomorrow at 5pm" and the bot is able to pick that up and book at that time
    0
  • CORS Issue
    b

    billowy-notebook-7934

    07/10/2025, 7:49 PM
    site is trying to access platform via https://app.botpress.cloud, but I’m running into a CORS issue. It seems that requests to partnerlinks.io are only allowed from https://sso.botpress.cloud, and because my app’s origin (https://app.botpress.cloud) doesn’t match, the browser blocks the requests. Help?
    0
    p
    • 2
    • 2
  • Emulator not matching webchat preview
    p

    prehistoric-airplane-85682

    07/10/2025, 1:50 PM
    Why do you have the same nodes (standard1 and standard4) twice?
    0
  • Learning Experiences
    a

    adventurous-teacher-85361

    07/10/2025, 10:20 AM
    I have deleted all learning experiences. But it still shows 1/5 learning experiences being occupied.. https://cdn.discordapp.com/attachments/1392812630963650602/1392812631131164753/Bildschirmfoto_2025-07-10_um_12.17.22.png?ex=6870e558&is=686f93d8&hm=db0f82121de4669ac46756f285da3617e1a8c20f58d876cdc288542924441688&
    0
    p
    • 2
    • 1
  • Botpress sever is down
    j

    jolly-cat-82754

    07/10/2025, 9:40 AM
    Chatbot not responding, only in emulator it's working fine
    0
    p
    • 2
    • 7
  • Runtime error appear everytime the bot query information from website
    b

    blue-minister-94491

    07/10/2025, 9:00 AM
    šŸ› ļø Hi team, I'm encountering a runtime error in my autonomous-node: Error during code execution { type: 'code_execution_exception', position: [3, 109], message: 'results is not defined', stackTrace: 'const resultsData = results?.results as any[] || [];' } It looks like the variable results is not defined before this line runs: const resultsData = results?.results as any[] || []; This happens when the bot is trying to return the latest articles in response to a user request, currently it happens most of the time when I request to query information from website. What I need to to do fix this? pls give me some support. Thanks in advance! šŸ™ https://cdn.discordapp.com/attachments/1392792470818914416/1392792471016177755/err_Screenshot_2025-07-10_at_15.51.40.png?ex=6870d291&is=686f8111&hm=b24e35fac6ef83baa34d7ec185a27382d38eedcbbbe8f450a268f5b68c26752f&
    0
    p
    • 2
    • 1
  • Hello I have an issue with Timeout workflow, It gives error when timeout card executes.
    f

    fresh-mechanic-60495

    07/10/2025, 5:52 AM
    Error stopping typing indicator Ke [Error]: timeout of 60000ms exceeded at nt (/var/task/customer_code.js:14:18502) at SB (/var/task/customer_code.js:14:19141) at /var/task/customer_code.js:14:167267 at runNextTicks (node:internal/process/task_queues:60:5) at listOnTimeout (node:internal/timers:545:9) at process.processTimers (node:internal/timers:519:7) at async n. [as stopTypingIndicator] (/var/task/customer_code.js:3376:7794) at async stopTypingIndicator (/var/task/customer_code.js:3376:8260) { isApiError: true, Duw to this error my code didn't execute.
    0
    p
    • 2
    • 1
  • zapier trigger problem
    c

    creamy-france-16769

    07/10/2025, 5:26 AM
    Hello, i have an issue with zapier trigger card. The workflow works if i trigger from zapier. However, when test fire trigger in botpress, it does not work. Previously, it works not why suddenly not working. Looking at the logs, it seems like requesting for conversation id. report_01JZSBZ26E28R19MD7K4QQC8MA
    0
    p
    • 2
    • 5
  • Incorrect calculation of message limit
    i

    icy-painting-67927

    07/10/2025, 5:26 AM
    I am getting an error mentioning 98% of my limit for Incoming messages & events is completed. But in the Usage->Monthly Summary tab It shows only 1.3k out of 2k completed. Why is there a discrepancy in this calculation? https://cdn.discordapp.com/attachments/1392738759258406922/1392738759824375851/Screenshot_2025-07-10_104538.png?ex=6870a08c&is=686f4f0c&hm=37d43e8d1f1d40639bd1744a06b055b9353296950f27cf92ac0fc9c9b6bd50c1&
    0
    p
    • 2
    • 5
  • Very weird error
    e

    early-cartoon-84199

    07/09/2025, 6:47 PM
    I am getting an error from open ai, supposedly with the temprature of the model. When I've not messed around with it. Also it does it on a specific search only using the find rows tool. Other than that the AN works just fine. https://cdn.discordapp.com/attachments/1392577909251768352/1392577909809479820/image.png?ex=68700abe&is=686eb93e&hm=7fe459d946ea43306d369123a2d8e5002e006f1fb5acf36e1c5b40d9a2588d89&
    0
    p
    • 2
    • 1
  • How to Display Image Upload Dialog in Botpress Cloud?
    b

    blue-rain-24712

    07/09/2025, 5:54 PM
    Hi team, I’m currently migrating a bot from Botpress v12 to Botpress Cloud. In the Botpress v12, I was able to successfully trigger the file upload dialog using BOTPRESS.FILE_UPLOAD. However, I’d like the bot to prompt the user specifically for an image upload, ideally showing an image picker dialog or restricting accepted file types to images (e.g., .jpg, .png). Is there a way in Botpress Cloud to trigger an image-only upload dialog, or to validate uploaded files to ensure they are images? Any suggestions or examples would be highly appreciated. Thanks in advance!
    0
    p
    • 2
    • 8
  • custom userid on init chatbot web
    h

    high-salesmen-87142

    07/09/2025, 5:38 PM
    Does Botpress allow you to start a chatbot with a custom user ID, such as using a Google user ID?... I want to change the default ID to Google's so that my user always has the same ID regardless of the browser they are using.
    Copy code
    javascript
    <script>
     
        window.botpressWebChat.init({
            host: "http://localhost:3000",
            botId: "test",
            userId: 'customUserId'
        });
        setTimeout(() => window.botpressWebChat.sendEvent({ type: 'show' }), 1000);
    </script>
    0
    p
    • 2
    • 1
  • window.botpress.on triggers multiple times
    i

    icy-painting-67927

    07/09/2025, 5:24 PM
    I have embedded the bot on my website, window.botpress.on is triggering multiple times. Is there any reason why this is happening. I have attached the code I am using for embedding the bot on my website window.addEventListener('beforeunload', function() { sessionStorage.clear(); }); window.botpress.on("webchat:ready", () => { window.botpress.open(); console.log("bp ready"); }); window.botpress.init({ "botId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "configuration": { "version": "v1", "composerPlaceholder": "Type a food item/ ingredient", "botName": "xxx", "botAvatar": "https://xxxxxxxxxxxxxxxxxxxx", "website": {}, "email": { "title": "tech@xxxx.in", "link": "tech@xxx.in" }, "phone": {}, "termsOfService": {}, "privacyPolicy": {}, "color": "#95DEDB", "variant": "solid", "headerVariant": "solid", "themeMode": "light", "fontFamily": "inter", "radius": 4, "feedbackEnabled": false, "showPoweredBy": false, "footer": "", "additionalStylesheetUrl": "https://xxxxxxxxxxx", "storageLocation": "sessionStorage" }, "clientId": "xxxxxxxxxxxxxxxxxxxxx" });
    0
  • Problem with date
    p

    prehistoric-airplane-85682

    07/09/2025, 5:46 PM
    WHat direction is the dat being sent in, from botpresss to make or the other way?
    0
    g
    • 2
    • 5
  • set focus to input field
    i

    icy-painting-67927

    07/09/2025, 2:59 PM
    I have embedded the bot on my page and I want to set focus to the input field when user clicks an element. Since there is no default id attribute for the textarea field, How can I do this?
    0
    p
    • 2
    • 2
  • How can I set that when bot is finished I take over conversation and send custom message? Inbox?
    a

    acceptable-hydrogen-34407

    07/09/2025, 2:15 PM
    I am looking for like unified Inbox or maybe an integration with third party app that will be used as Inbox so I can send custom message after the bot
    0
    p
    • 2
    • 6
  • I cannot find where to download my bot to my computer.
    c

    colossal-magazine-54775

    07/09/2025, 1:51 PM
    I remember that there was a button where you could download your bot localy to your computer somewhere around the workspace area, but I cannot find it now, please help :/😩
    0
    p
    • 2
    • 3
  • Message meta leads automatically in whatsapp through botpress
    b

    best-garden-94888

    07/09/2025, 12:24 PM
    Hi there, I'm trying to get my botpress bot to automatically message new leads on whatsapp that sign up through our instant form on our meta ads. I've created the bot and it works great, I've also been able to connect the WhatsApp integration. I've spent the last day trying to set up a make automation to instantly trigger a whatsapp opener and then forward the lead to botpress to continue the conversation there but I can't get it to work. I was hoping there is an easier solution for that? Thanks a lot for your help.
    0
    p
    • 2
    • 1
  • How to get the url of a file stored in a table
    c

    crooked-xylophone-42186

    07/09/2025, 9:28 AM
    I have a table with a row that stores files, i would like a code that can get the url of these files
    0
    p
    • 2
    • 3
  • Bot WebChat Error
    c

    calm-arm-48476

    07/09/2025, 6:24 AM
    Hi guys, great work on botpress! I am currently trying to use the web chat part of my bot but I get this error: Unexpected error Invalid admin key provided
    0
    • 1
    • 2
  • Shopify Botpress Integration for conversational commerce
    a

    acoustic-queen-47635

    07/09/2025, 6:02 AM
    I am looking to integrate our brand's shopify website with the bot to enable and process conversational commerce where people can chat with the bot, select the product, quantity, enter their checkout details and make the payments directly while chatting with the bot. Can someone guide me through this at the soonest possible please
    0
  • Question about the list specially the message and event how it works that?
    p

    proud-twilight-5698

    07/09/2025, 3:20 AM
    I want some clarification about credits and how it will be used? https://cdn.discordapp.com/attachments/1392344697468358776/1392344697661554698/image.png?ex=686f318c&is=686de00c&hm=f51fbff41f2b894cdc8d382f757029568bba1c17f16116acc46359f546fbb790&
    0
    w
    p
    • 3
    • 2
  • Need help with live support and changing admin email and changing avatar picture on Slack
    d

    dry-nail-3407

    07/09/2025, 1:21 AM
    Hello, We are currently on the team plan but the live chat just keeps saying: To get access to live support from the Botpress team + other benefits, consider upgrading to the Team or Enterprise plan. Also need help changing the owner of the workspace as well as the email of the account. We also integrated the Botpress Agent to Slack but it has been several days and I cannot change the avatar picture. Thank you!
    0
    p
    • 2
    • 3
  • Help with ticket report_01JZNR5H0YZ52WPK6KF59J57QC
    b

    bored-energy-28397

    07/08/2025, 7:33 PM
    How can I add multiple examples to an AI task? The GUI only allows 5 examples
    0
    p
    • 2
    • 1
  • Old data issue
    a

    astonishing-quill-69753

    07/08/2025, 6:55 PM
    The problem is that when i made this bot i added some shitty data at the begening and that data is now outdated and i wanna update that data and completly remove the previous data the issue is that its still using that data and even when i deleted the source and created a new data souce and everything
    0
    p
    • 2
    • 2
  • Markdown problem?
    b

    bland-butcher-39173

    07/08/2025, 3:43 PM
    Hi! I have a whatsapp agent and for some reason now when sharing the customer support email on whatsapp : "If you need help, feel free to contact our customer service team at botpress@botpress.app (botpress@botpress.app). They’re eager to assist you!" Why its rendering with "mailto:" this didnt happen before 😩 Any suggestion to fix this? Thanks!
    0
    p
    • 2
    • 7
  • AI CREDITS
    r

    rich-energy-96506

    07/08/2025, 12:24 PM
    Hi, I'm new to this channel and Botpress. I created a chatbot that integrates with WhatsApp, but it's using up my AI credits for "hooks/tables/calculated columns." I don't know what that means. I want to reduce this usage. Can someone help me, please? https://cdn.discordapp.com/attachments/1392119208195657801/1392119208695038064/image.png?ex=686e5f8b&is=686d0e0b&hm=74e428fc2069f8c8a678260a1125328c7f713f11d96bfb14bf111317f2edbad0&
    0
    e
    w
    p
    • 4
    • 9
  • bot making up URLs that don't exist
    b

    better-nightfall-12877

    07/08/2025, 11:21 AM
    hi. i added to the knowledge base my site. (paid account plus) when asking things like"how can i contact you" i get a url to a link that dosnt exist anywhere: ewave.co.il/contact-us (the correct is ewave.co.il/contactus) i canot see this page also being crwaled so where and why is this? it seems the bot makes up names as well. i asked who is the ceo i get an unkown name
    0
    p
    • 2
    • 4
  • Sound more Human
    h

    helpful-vegetable-19859

    07/08/2025, 10:27 AM
    How do I get my Ai Chatbot to sound more Human, I dont want it to strictly stick to a script, It needs to feel more human. For example using Retell Voice AI it doesnt strictly fit to a script https://cdn.discordapp.com/attachments/1392089697127235674/1392089697408258120/WhatsApp_Image_2025-07-08_at_17.54.27_059ac001.jpg?ex=686e440f&is=686cf28f&hm=4549e230bbda80b74f9c89907af7f9b9cd26712343ebb197f8059f814cdde31b&
    0
    w
    p
    • 3
    • 2
  • AI spend limit problem.
    r

    refined-barista-91818

    07/08/2025, 8:56 AM
    Hi guys, does anyone know how to minimize the AI spend limit? I'm not going to lie my bot is eating it like crazy... I already tried picking low-cost agents but it doesn't help at all. My workflow is pretty big and i wonder if maybe this might be the problem? Does the size of the workflow even have an impact on the spend limit? And do i have to buy a plan to increase my spend limit? https://cdn.discordapp.com/attachments/1392066891497078894/1392066891710857236/Zrzut_ekranu_2025-07-08_105420.png?ex=686e2ed2&is=686cdd52&hm=840aaf7a7ce74920ca67d7c5b3ec9dbff38738fb61dd2e9292930cb51c6df4dd&
    0
    p
    • 2
    • 1