Skip to content

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." #3204

Closed Answered by crynobone
geethubert292 asked this question in Q&A
Discussion options

You must be logged in to vote

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.

If you have to use Nova with the above setup please disable Traffic Cop. See https://nova.laravel.com/docs/3.0/resources/#disabling-traffic-cop

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by crynobone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3203 on January 29, 2021 02:27.