Edge memory causing activities to break

The activity in question is a simple ‘check app status’ and if an element appears, the next activity is a ‘click’ activity. This runs perfectly until Edge runs out of memory while running the automation and needs to refresh itself. The automation will error out due to the refresh and when the browser is back up and the element is there to click on, the automation is unable to locate the icon to click on even though it is in the same place. Before hitting ‘retry’ on the error, if I go into StudioX and edit the target, it’s 100% validated but the automation still errors out every single time on ‘click’ activity. I didn’t have this issue when it was built in Chrome, I switched everything over to Edge because my automation ran faster/more consistently there.

Has anyone run into this before?

Note: If I stop the automation and start it again (without refreshing or changing anything in my browser), it works just fine