Hi, i have a deal web-app where a deal will disappear from the deal view screen once a user redeems. The function works on the first deal, but on subsequent redemptions (even after waiting for 20 min) the deals remain in the view until you manually refresh. My current flow: redemption button that creates the redemption, updates the deal status, and links to success screen which has a button to go to a countdown screen that redirects to the deal view after 5 seconds (thinking that will help adalo refresh the db).
Any new ideas to help auto refresh. I’ve looked at past solutions and they don’t solve it.
What I’ve done for a solution as for certain actions I need a refresh to occur is link them to a blank screen after they accept the deal. And on the screen just have a back action of… when the user is on the screen it will run and they be taken back thus forcing a screen reload.