You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are rendering lightening components in our application. Which is running through vf page. So when we leave the system idle for some time. and after that if we try to get the lightening component then it throws the error as "lightening service outdated". and then it refreshes the whole window.
Guys if you want to refresh your aura component then do it but dont refresh the whole window.
This is happening due to below function :
$A.clientService.setOutdated
Please change the logic accordingly.
Please let me know your thoughts on this.
Thanks,
Manjeet
Tech Lead Metacube
The text was updated successfully, but these errors were encountered:
Hi Aura folks,
We are rendering lightening components in our application. Which is running through vf page. So when we leave the system idle for some time. and after that if we try to get the lightening component then it throws the error as "lightening service outdated". and then it refreshes the whole window.
Guys if you want to refresh your aura component then do it but dont refresh the whole window.
This is happening due to below function :
$A.clientService.setOutdated
Please change the logic accordingly.
Please let me know your thoughts on this.
Thanks,
Manjeet
Tech Lead Metacube
The text was updated successfully, but these errors were encountered: