For me this generates the error "Couldn't find the sort field 'SectionSort'" when saving sections or opening sections to edit. Initial create works.
To fix edit ShopFrontSection.php line 70
Change
$gridField->getConfig()->addComponent(new GridFieldOrderableRows('SectionSort'));
to
$gridField->getConfig()->addComponent(new GridFieldOrderableRows('Sort'));