jamesmh/coravel

Coravel.Pro Boilerplate fails to start

woutervanranst opened this issue · 2 comments

I have no experience with Coravel and wanted to give the Pro (esp. the Dashboard) features a go to evaluate vs Hangfire/Quartz.
However I do not get it up and running.

I tried the VS2022 boilerplate examples for a aspnet core web api / aspnet core w razor / the ef6 sample from the docs and followed the steps from the docs but i keep getting this issue

System.InvalidOperationException: 'No service for type 'Coravel.Pro.Features.Jobs.UseCases.MarkJobsKilledByTerminatedProcessCommand' has been registered.'

image

What am I missing here?

In ConfigureServices() did you call services.AddCoravelPro(typeof(ApplicationDbContext));?

This step is here in the docs. Let me know if that's the issue or not - thanks!