Matthew Green
Matthew Green
Thanks, I must have missed the configuration on my search. As for killing all requests - It hasn't happened before, but once is enough to make it interesting. Two hours...
Has the prefix been fixed since 2.3. Without the BasePath it works fine? Without BasePath:   Bookmark goes in as follows:  With the prefix, it chops off the...
is it set up for HTTPS? I can see the request is made to HTTP://localhost
Ah, so its running as a virtual directory application rather than a site. I think there was another post/discussion somewhere for the same problem but I wasn't following the outcome...
Isn't this the same setup as `defaultwebsite` + virtual app folders? but with `dashboard-dev2` + "Elsa Dashbaord 2" in this case. Have you tried dropping the virtual app folders and...
Useful things that aren't being called anywhere?: - IWorkflowDefinitionScheduler.UnscheduleAllAsync - IWorkflowInstanceScheduler.UnscheduleAllAsync Running those at startup seem to clear out the fire and forget queue quite nicely.
While in the depths of hangfire. Two hangfire jobs with equal payload are created after the instance is run ``` 06/08/2022 13:59:12 +01:00 Starting Workflow "TestStartAtBookmark-2022-06-08 12:59:10Z" 06/08/2022 13:59:12 +01:00...
Hangfire jobs are added twice through: HangfireWorkflowInstanceScheduler.ScheduleAsync One through the MediatR One through the activity execution  