• install a Fresh d8
  • install and enable Accounting core
  • goto admin/accounting and receice "The website encountered an unexpected error. Please try again later."

/admin/reports/dblog/ says

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "mcapi.wallet.add.user" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 187 of /home/augusto/Public/d8/core/lib/Drupal/Core/Routing/RouteProvider.php).

Comments

augustofagioli created an issue. See original summary.

matslats’s picture

I'm unable to replicate this.
The route is created for the user entity based on the module's default config.
What does it say on admin/config/wallets next to 'user'? It should say 1.
Then clearing the cache (rebuild the routing table) should create that route.
My guess is that the module's default config somehow didn't install.

matslats’s picture

Status: Active » Needs review

I found out what this was, and pretty sure its fixed in HEAD now.

matslats’s picture

Status: Needs review » Closed (fixed)