Hi All,
I am very new to this, we have created a CRM on Vercel, which is working.
However, I’ve noticed this behavior:
- I’m on a page like the
customers page.
- I click off the tab to look at something else.
- When I go back to the tab, all information has gone.
- 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
pawlean
(Pauline P. Narvas)
6
Hey, @lennsend170683-4600! Welcome 
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?