"Can't open this page" error on mobile for live/dev app

I’m getting the strangest error that I cannot figure out. Basically, my live and dev apps are timing out on one particular page of my app only AND, as far as I can tell, only for me AND it’s only on mobile?

  • The page tries to load and then reloads after a couple seconds and then times out
  • It isn’t just one browser. It’s happening across chrome and safari.
  • It isn’t just my device. I’ve tested on another.
  • It seems to just be mobile as I can’t replicate the problem at all on desktop.
  • It does seem to be just me/my account, as I have another account that I log into and it’s fine
  • I can’t find any workflows that are looping or would cause the page to refresh continuously
  • The app page that times out is essentially a social feed so I thought perhaps it was a problem with the repeating group and number of rows, but I tested adding a conditional to only show 10 items but it didnt help

I’ve logged a bug but haven’t heard back. Does anyone have ANY ideas?

Screen recording: Watch ScreenRecording_12-12-2024 19-19-59_1 | Streamable

In case anyone comes across this with a similar issue, it was being caused by a plugin called Tagger and a related workflow that was creating a page refresh loop. I disabled the workflow and things seem to be working fine and I guess it was only happening on mobile because of less memory in the browsers (that part I’m not sure about).