I made the root page dynamic route using searchParams.
searchParams:{}
When the button is pressed, the modal is opened with intercepting routes and the method in the server action is executed when the component is mounted. The method has an execution time of 3 seconds.
When interception routes are terminated by pressing the back button without completing the server action in the modal, app/page.tsx is newly called.