Vercel application data lost when switching browser tabs requiring manual refresh

Hi All,

I am very new to this, we have created a CRM on Vercel, which is working.

However, I’ve noticed this behavior:

  1. I’m on a page like the customers page.
  2. I click off the tab to look at something else.
  3. When I go back to the tab, all information has gone.
  4. I have to reload the page for it to come back.

Is there any fix for this, as it is quite annoying when I’m trying to copy info from 1 tab to put into Vercel on another.

Thanks in Advance,

Lenn

Hey, @lennsend170683-4600! Welcome :waving_hand:

Quick debugging steps:

  • Open browser DevTools Console and check for errors when switching tabs
  • Look for event listeners on window.blur, document.visibilitychange, or similar
  • Try disabling browser extensions that might interfere
  • Check if the issue happens in all browsers or just one

For a proper fix, you’ll likely need to update how your CRM handles state persistence.

Let us know!

Hi Pauline,

I honestly have no idea what Im looking at sorry.

Is this any help?

Regards

Lenn

@pawlean not sure if that was any help at all?