Using CiviCRM 5.41.0, donation forms accessed via simple donate no longer load.
The console error leads to https://code.angularjs.org/1.8.2/docs/error/$injector/modulerr (the exact details stripped out), but then references https://code.angularjs.org/1.8.2/docs/error/$injector/unpr?p0=$routeProvider
My first through was the ngRoute was no longer being included as expected, and tried setting it as an explicit dependency in simpledonate_civicrm_angularModules, as shown in https://docs.civicrm.org/dev/en/latest/framework/angular/loader/ ; however, nothing changed.
Using CiviCRM 5.41.0, donation forms accessed via simple donate no longer load.
The console error leads to https://code.angularjs.org/1.8.2/docs/error/$injector/modulerr (the exact details stripped out), but then references https://code.angularjs.org/1.8.2/docs/error/$injector/unpr?p0=$routeProvider
My first through was the ngRoute was no longer being included as expected, and tried setting it as an explicit dependency in simpledonate_civicrm_angularModules, as shown in https://docs.civicrm.org/dev/en/latest/framework/angular/loader/ ; however, nothing changed.