I’m facing an issue with the searchSuggestions function in my Forge custom field type. The function is properly exported and configured in manifest.yml, but it is not being invoked in some cases. Specifically, when the user types only spaces in the JQL search input or leaves the input empty, Jira shows the error: “The app failed to compute suggestions.” I confirmed this by checking console logs—there is no invocation of the function. I was trying to return a random list of 5 values when the user enters spaces, but the function never gets called in these scenarios.