Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter 7 posts 77 karma points
    Sep 24, 2024 @ 13:20
    Peter
    0

    Cultiv.Hangfire on Umbraco 13.4.1

    Hi - I have a local Umbraco 13.4.1 instance running with SQLite. I have installed Cultiv.Hangfire 3.1.2, but simply installing and trying to access the Hangfire dashboard does not work - the dashborad spinner just keeps spinning. I have seen some comments that SQLite may cause issues with Hangfire, so I installed the recommended "raisedapp" Hangfire.Storage.SQLite - but the problem remains. Anyone have any general hints for installing hangfire and getting it to work? Thanks.

  • Peter 7 posts 77 karma points
    Sep 24, 2024 @ 14:28
    Peter
    0

    Apparently the solution I was working on did not have the following in the AppSettings.Development.json file:

    "ConnectionStrings": {
        "umbracoDbDSN": "Data Source=|DataDirectory|/Umbraco.sqlite.db;Cache=Shared;Foreign Keys=True;Pooling=True",
        "umbracoDbDSN_ProviderName": "Microsoft.Data.Sqlite"
    },
    

    Adding that allowed the Hangfire dashboard to work. I am not really sure how our app ran before?

Please Sign in or register to post replies

Write your reply to:

Draft