Thanks for posting, we are experiencing the same problem too with our ci/cd implementation in vsts. Did you end up automating this fix so you don't have to manually minify and publish to prod?
There is still an error occurring on the <a class="postlink" href="https://aspnetzero.com/">https://aspnetzero.com/</a> website when users attempt to create a demo site.
Yes, this is also happening when you attempt to create a demo from the <a class="postlink" href="https://aspnetzero.com/">https://aspnetzero.com/</a> homepage:
Could not made request to <a class="postlink" href="http://demo.aspnetzero.com/api/services/app/tenant/CreateTenant">http://demo.aspnetzero.com/api/services ... eateTenant</a>! StatusCode: InternalServerError, ReasonPhrase: Internal Server Error
For example, can you confirm the relationship between dbo.AbpOrganizationUnits, dbo.AbpUserOrganizationUnits and dbo.AbpUsers? Per the data model diagram, there are no defined relationships between these tables but looking at the table fields, we are assuming there is a PK / FK relationship based on AbpOrganizationUnits.Id to AbpUserOrganizationUnits.OrganizationUnitId and then AbpUserOrganizationUnits.UserId to AbpUsers.Id.