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
When updating a resources for second+ time, clients with system time set few minutes in the past get the error: "Another user has updated this resource since this page was loaded. Please refresh the page and try again."
#3203
Closed
geethubert292 opened this issue
Jan 28, 2021
· 1 comment
Detailed steps to reproduce the issue on a fresh Nova installation:
Important: wouldn't work if server is on same computer with client, as the time is same
Set system time 5 minutes in the past
Update same resource several times in the row
You basically can update same resource once each 5 minutes?!
Having the system time set in the past doesn't seem to have any practical use, but there are users like that for some reason, and the text of the error doesn't help figuring out the cause of the problem for them.
The text was updated successfully, but these errors were encountered:
Laravel Nova implements Traffic Cop feature to prevents a user from modifying a resource that has been updated by another user, the updated_at field is used to identify if the resource has been modified.
Detailed steps to reproduce the issue on a fresh Nova installation:
Important: wouldn't work if server is on same computer with client, as the time is same
Having the system time set in the past doesn't seem to have any practical use, but there are users like that for some reason, and the text of the error doesn't help figuring out the cause of the problem for them.
The text was updated successfully, but these errors were encountered: