Search results

  1. sven-bo

    API Bug (again): getdashboardstats per-product stats broken

    The `getdashboardstats` endpoint is returning incorrect per-product revenue again. The fix from last Saturday (March 7) lasted about 4 days... The same issue as before: - `product_id = "all"` returns correct totals - Querying each product individually and summing them up gives lower numbers -...
  2. sven-bo

    Intermittent 401 auth failures across multiple workflows since yesterday

    Same here. I rely on variables across a ton of workflows, and every single one of them is failing right now. That means hours of manual work on my end to keep things running while this is broken.
  3. sven-bo

    Another API not working

    Same here. Been dealing with this for days now. I flagged it to Pabbly support already but no fix yet. All my workflows that use user-defined variables are failing with the same kind of errors. Always wondering why those things suddenly break. Internal variables is not really a new feature...
  4. sven-bo

    Intermittent 401 auth failures across multiple workflows since yesterday

    Update: I added logging on my API side, and I can now confirm the root cause. Pabbly is sending the variable placeholder literally instead of resolving it. Here's what my API logs show: So the variable {{InternalAPIKey}} is not being resolved to its actual value during automated execution. I'm...
  5. sven-bo

    Intermittent 401 auth failures across multiple workflows since yesterday

    I'm just guessing here, but perhaps the internal variables are not working. I'm using variables for the API keys, and if those are wrong, a 401 will be triggered. Look at this thread too, someone else mentioned the same issue with variables not working...
  6. sven-bo

    Intermittent 401 auth failures across multiple workflows since yesterday

    https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTY5MDYzMDA0MzY1MjY1NTUzMzUxMzMi_pc https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTY5MDYzMDA0MzY1MjY1NTUzNDUxMzci_pc https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZiMDYzNTA0MzU1MjZkNTUzMTUxMzIi_pc...
  7. sven-bo

    Intermittent 401 auth failures across multiple workflows since yesterday

    Please see the screenshots below. Regarding: "In the meantime, we recommend setting the Auto Re-execution attempts to 2 for these workflows and monitoring the executions to help mitigate intermittent failures." See my inital post: "All of these worked fine before yesterday. All use "No Auth...
  8. sven-bo

    Intermittent 401 auth failures across multiple workflows since yesterday

    Since yesterday, multiple workflows are failing intermittently with 401 Unauthorized errors. This is affecting customer-facing product delivery workflows, meaning paying customers are not receiving their products when these failures occur. Before anyone suggests it: NO, this is not an API key...
  9. sven-bo

    Workflow Not Triggered - 0 Steps Executed

    Thanks for the update, Preeti. Unfortunately, I explicitly stated in my original message: "I've already handled this manually, so do not re-execute this task." By re-executing it, you've now sent a duplicate welcome email to my customer and created a duplicate database entry. So the "fix" has...
  10. sven-bo

    How to Filter Out Empty Webhooks

    I have a workflow that starts with a Webhook trigger (Catch Webhook), followed by a Filter step to filter out empty or invalid webhook requests before they get processed further. The problem I'm running into is that when I try to configure the Filter step, the "Choose Label" dropdown shows "No...
  11. sven-bo

    Workflow Not Triggered - 0 Steps Executed

    One of my workflows was not properly triggered today (Feb 26, 2026, 05:23:04). The trigger fired, but the workflow shows "0 Steps Workflow" and "0 Free Tasks," meaning none of the steps executed. Task History...
  12. sven-bo

    Agreement Text Placeholder Inconsistency in Checkout Customizer

    I found another bug in the Checkout Customizer, this time with the agreement text placeholders. The issue: In the Checkout Customizer, the placeholder format shown is %CheckoutNow% (with a "t" before "N"). However, in the actual agreement text, only %CheckouNow% (without the "t") works. So the...
  13. sven-bo

    Cannot create new plan - page goes blank

    I'm unable to create a new plan in Pabbly Payments. Whenever I click "Create Plan," the page goes completely blank. Here's what I've tried so far: - Different browser - Incognito mode Same issue in all cases. When I open the browser console, I can see errors showing up. I recorded a short...
  14. sven-bo

    Placeholders on thank you page stopped working

    Yep, looks good to me. Thanks!
  15. sven-bo

    Placeholders on thank you page stopped working

    Any updates on this topic? Thank you!
  16. sven-bo

    All my Todoist integrations are currently failing

    Yes, V9 works fine on my end. But having to manually update 81 workflows is a significant effort. Even if a backend migration isn't possible, I would have appreciated some advance communication about this. Instead, I woke up to all my Todoist integrations broken, which forced me to drop...
  17. sven-bo

    All my Todoist integrations are currently failing

    I see the Todoist (V9) option, but my concern is that I'm using this connection across 81 workflows. Does switching to V9 mean I need to manually update every single one of them? That would be a massive amount of work. Is there a way to migrate all existing workflows at once?
  18. sven-bo

    All my Todoist integrations are currently failing

    All my Todoist integrations started failing today. The error says the endpoint is deprecated and to switch from v8 to v1. Here is one example from my "ToDoIst - Add Google Calendar Events" workflow: Task History ID: IjU3NjUwNTY0MDYzNDA0MzU1MjZjNTUzMjUxMzc1MTY1NTQzMjBmMzAi_pc It continues...
Top