Why Isn’t My LWC Refreshing on an LWR Page?
Question I am trying to refresh my Lightning Web Component (LWC) on an LWR (Lightning Web Runtime) Page in Experience Cloud after a record save. I have tried using refreshApex and RefreshEvent, but neither approach updates the component as expected. The toast notification appears, and the onClose method executes, yet…