The current version of Reset menu items no longer works with the changes in the rest service of Drupal core 8.2 and up.
If you still want to use this you can enable and configure REST UI (https://www.drupal.org/project/restui) or do some custom code configuration (I am not sure what at this point of time).
I believe this module should either have a dependency or mention in install notes that it requires the REST UI, or should be refactored to work with the changes in the rest service.
Comments
Comment #2
jamesnock commentedThank you so much for this info, really useful. I agree that this tip should be added into the install notes.
Comment #3
fabianderijkComment #5
fabianderijkI've added the restui module to the dependencies. In a later version we will clarify how to enable without restui, and remove that dependency.