- Issue created by @jeffreysmattson
Installing a profile that uses configuration ymls exported from the Ultimate Cron module this error arises:
Unexpected error during import with operation delete for ultimate_cron.job.webform_cron: The "Drupal\user_list_permission\Routing\UserListPermissionRouteSubscriber" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.
This Ultimate Cron is not the only module that throws this error in this case when importing the configs through the profile install.
Set the users_list_permission.services.yml to public.
Active
2.1
Code