Posts under category Meta & Facebook

I'm currently encountering an issue while using the Facebook Business SDK to interact with the Insights API. Specifically, when making requests to retrieve insights data, I'm encountering an error response (shown below) intermittently.
facebook_business.exceptions.FacebookRequestError:
Message: Call was not successful Method: GET Path: https://graph.facebook.com/v19.0//insights Params: {'after': 'MzA2MjQZD'}
Status: 400 Response: { "error": { "message": "(#100) Cannot include account_name, objective, clicks, inline_link_clicks, unique_ctr, spend, video_play_curve_actions, conversion_rate_ranking, unique_inline_link_click_ctr, video_p50_watched_actions, cpp, inline_post_engagement, unique_link_clicks_ctr, engagement_rate_ranking, campaign_name, cost_per_inline_post_engagement, video_30_sec_watched_actions, reach, adset_id, unique_clicks, frequency, cost_per_unique_click, website_ctr, impressions, cpc, video_p100_watched_actions, video_p75_watched_actions, canvas_avg_view_time, cpm, adset_name, campaign_id, ad_id, quality_ranking, ctr, cost_per_inline_link_click, canvas_avg_view_percent, ad_name, inline_link_click_ctr, unique_inline_link_clicks, video_p25_watched_actions, account_id, cost_per_unique_inline_link_click in summary param because they weren't there while creating the report run. All available values are: ", "type": "OAuthException", "code": 100, "fbtrace_id": "Aq91qohnOPYMh1BOThG0rvR" } }
The error message suggests that the metrics were not specified when creating the report run, but I have verified that they were indeed included.
I would appreciate any assistance in resolving this issue. Thank you!

I know plenty of users are experiencing similar issue, but I still didn't manage to understand if we have any solution for it.
I call the conversations endpoint for the Instagram platform, I use Graph API explorer so I have all permissions required.
When I request {pageID}/conversations?platform=instagram, I always have an empty array returned
I even tried with 2 instagram account whose linked Facebook account have a role under the same Facebook page, with no success.
Was there any updates from Meta? Any workaround we can use?