Error: TypeError: this.appOrganizationDao.getStorageRegionForApp is not a function

To file a bug ticket, please follow the steps below:

  1. Describe what happens in as many details as possible.

  2. Describe the intended behavior.

  3. Share a link to AI Agent where this bug occurs

  4. Attach any screenshots/screen recordings to help us replicate and run tests on our end

    Recently encountered an issue with my app (which I suspect is a bug since Im using the same input as I did last time, and it worked then but now has the error I attached above.

    Its an issue that occurs after a custom function where I have a global variable output, I think the error is that my global variable cannot be saved to mind studio’s storage system. I showed two screenshots of the debugger of a working workflow, and a recently not working one (both have same code).

Also I reran this specific step in the old workflow session (which I attached), and now I get the same error. I didnt change the code, so I suspect its a bug with mindstudio’s storage.

Hi @IvanLE3,

Thank you for sharing the screenshots, and I’m sorry to hear you’re running into an error.

Could you share the AI Agent ID where the issue occurs? You can find it by clicking on the Agent name and copying the Agent ID at the bottom of the page:

This will help us investigate this issue further.

Hi @Alex_MindStudio ,

Here is the agent ID: 054f178d-69ce-4194-ba2e-2e2b2f48943f

Hi @Alex_MindStudio ,

Any update on the error so far?

Hi @IvanLE3,

I’ve submitted a report for our engineers to look into this, and will follow up as soon as I have an update.

In the meantime, could you help me the following details?

  • Can you confirm you haven’t made any changes to the agent between the last successful run and when the error appeared?
  • Would you be able to DM me the file you’re usually uploading? It doesn’t need to be the exact file, mock data works too, as long as it matches the structure of what you’re uploading

Hi @Alex_MindStudio ,

  1. Yes I can confirm I only changed prompt coding of the Ai agent (which is for writing emails, a step which takes place after the error). So I havent made any changes which should have effected the error step (since the error step is parsing the CSV input, which is before any steps related to the prompt coding and text production)

  2. I attached a CSV input. And I realised the agent still works with my test CSV input with around 6-10 leads, but fails when it gets to CSVs with high number of leads (like 80+) (even though last time it could take up a CSV that big, but now theres a storage error). I cannot send a CSV here, could I send through Email?

Hi @IvanLE3,

Thank you for your answers!

Can you please try running the agent again and let me know how it goes?

Hi @Alex_MindStudio ,

Yup works now, thank you so much!