In one of my projects, the list page has stopped refreshing after adding a new record. I am using a modal for the "Add" screen and typically set it to remain open after saving. However, unlike my other projects, the background list page does not update automatically.
The issue was that the page wasn't refreshing after closing the modal. After disabling the 'keep modal open' option, the refresh started working; however, when I try to re-enable it, the modal no longer stays open and redirects straight back to the list.
Could this be related to a recent template update?