The page is no longer automatically updating after adding data to the embed report

The page is no longer automatically updating after adding data to the embed report

I have a page with 2 embed reports and html-button which call the form for adding data to embed report. For example.
Page Invoice with Embed Report "Payments" filtered by invoice ID.
Button "<a href='#Form:Payments?" + formParams + "&Invoice=" + NewRecID + "'><input type='button' class='addNew zc-formbutton' value='New Payment'>",
formParams = "zc_LoadIn=dialog&zc_BdrClr=transparent&zc_Header=false"

When I closed the form "Payments", the page "Invoice" was updated automatically. About 10 days it stopped. Now I have to do it manually.
Could you please fix it or recommend me something.