The /agreements page isn't updating as expected after a transaction is initiated from /agreements/new.
The addAgreement promise has an onConfirmation callback that triggers a router.push("/agreements") upon successful completion. However, during manual testing, even after manually reloading the page, the list doesn't reflect the most recently added agreement. The only method that results in fetching and displaying the latest agreement is by manually entering the URL in the browser's address bar.
This behavior happens with the local node so the delay is theoretically minimal so I don't think it is a delay.
The /agreements page isn't updating as expected after a transaction is initiated from /agreements/new.
The addAgreement promise has an onConfirmation callback that triggers a router.push("/agreements") upon successful completion. However, during manual testing, even after manually reloading the page, the list doesn't reflect the most recently added agreement. The only method that results in fetching and displaying the latest agreement is by manually entering the URL in the browser's address bar.
This behavior happens with the local node so the delay is theoretically minimal so I don't think it is a delay.