I’m developing cloud app for confluence. I wanted to use smart-user-picker, however I’m getting 403 Forbidden error while smart picker is trying to fetch recommendations from /gateway/api/v1/recommendations. Select is displaying blank options just like this:
Yes, it appears to be a private/internal endpoint used by Atlassian. In my case, I’m not calling it directly - it gets triggered automatically when I click on the select component and the dropdown opens. Could it be that some additional app descriptor configuration is required for this call to succeed?