outl1ne / nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
MIT License
284 stars 120 forks source link

Sorting error | An error occurred while trying to reorder the resource #159

Closed andreslora closed 1 year ago

andreslora commented 1 year ago

Hello,

I am getting these errors when I try to sort records:

Drag and drop

Sort button

Am I doing something wrong? I followed all the steps in the documentation.

Thank you in advance.

KasparRosin commented 1 year ago

My first idea is that, could you have cached your routes before you installed the package? Quick optimize:clear or route:clear will prove the theory.

andreslora commented 1 year ago

Thank you, it worked.

This is a really good package.

KasparRosin commented 1 year ago

Glad to hear it!