Copied to clipboard

Flag this post as spam?

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


  • Peter 11 posts 81 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 11 posts 81 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?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies