Problem:
When you click on a menu item the app is not loaded.
Cause:
Problem is on the router, since both apps are StandardListApps and the only thing changing is the props.match param then it's not reloading the metadata for the automatically generated app.
Fix:
Possibly reload the metadata when match route params change
Problem:
When you click on a menu item the app is not loaded.
Cause:
Problem is on the router, since both apps are StandardListApps and the only thing changing is the props.match param then it's not reloading the metadata for the automatically generated app.
Fix:
Possibly reload the metadata when match route params change