Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

License information is not loaded from appsettings.json after renewal #233

Open dalager opened 1 month ago

dalager commented 1 month ago

Describe the bug

After renewing our agency license (it had expired) and redeploying the site with the correct license info in appsettings.json the license was still invalid.

I needed to manually type in the license and hit save in the usync/dashboard/license settings page in order for the license to go "valid".

Configured as per the docs

"uSync": {
    "Publisher": {
      "my":"othersettings"
    },
    "Complete": {
      "License": {
        "Key": "MyKeyStandaloneOrRenewing",
        "Domains": "MyDomain"
      }
    }
  }

Version :

To Reproduce

KevinJump commented 1 month ago

hi, thanks, I think i know what is going on and will take a look 👍