Hi,
I have an app running on .Net 6 and after I switched to the WebApplication Hosting Model ( https://docs.servicestack.net/modular-startup#migrating-to-hostingstartup), I get the “The free-quota limit on ‘10 ServiceStack Operations’ has been reached” license validation error.
My appsettings.json has not changed, and reverting to the previous version of my app works.
I tried activating the license in code in program.cs, but that did not help.
Is there a special setting required after we switch to the IHostingStartup model?
Thanks,
Francis