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
In your case, the beacon that you have created is not „expiring.” This is why you need to schedule this command and use cron to ensure that it runs regularly.
Normally, the beacon should be cleared when you leave the resource editing mode. However, it will not be cleared when you close the tab or browser while editing, as this would prevent package from catching your changes (it clears beacons on detail and index views and on leave via vue). Therefore, it is necessary to use the „clear-expired” command to ensure that the beacon is cleared when you leave the editing mode via tab close or browser.
In Laravel 10 / nova 4.27 app I added "mateusz-peczkowski/nova-heartbeat-resource-field": "^1.0"
and added in resource :
This plugin works ok, but I found that if reopen the model which I added several minutes ago(under the same account) the model is blocked :
https://prnt.sc/1aFC0BXrrKP9
That is not correct. Can it be fixed ?
The text was updated successfully, but these errors were encountered: