in my Oracle APEX application i have a report and a form (that updates/creates for that table), i created a dynamic action that refreshes the report after the dialog box is closed (something not new to me and i do it quite frequently).
dynamic action -> Event : dialog closed
action -> refresh, select type: region
my issue is that sometimes, for reasons i do not know, the report disappears completely and i have to refresh the page another time (manually) to display it, this usually happens when the page has many reports, each opening a different dialog box.
why is that? and how to solve it?