I have 288 errors similar to this one when I try to publish a 14.1.2 site:
Error Unable to copy file "C:\Users\REDACTED\.nuget\packages\umbraco.cms.staticassets\14.1.2\staticwebassets\umbraco\backoffice\packages\user\user-group\collection\components\user-group-table-sections-column-layout.element.d.ts" to "C:\Users\REDACTED\repos\app.cc.com.v2.umbraco\app.cc.com.v2.umbraco\obj\Release\net8.0\PubTmp\Out\wwwroot\umbraco\backoffice\packages\user\user-group\collection\components\user-group-table-sections-column-layout.element.d.ts". Could not find a part of the path 'C:\Users\REACTED\repos\app.cc.com.v2.umbraco\app.cc.com.v2.umbraco\obj\Release\net8.0\PubTmp\Out\wwwroot\umbraco\backoffice\packages\user\user-group\collection\components\user-group-table-sections-column-layout.element.d.ts'. app.cc.com.v2.umbraco 0
In this example...
C:\Users\REDACTED.nuget\packages\umbraco.cms.staticassets\14.1.2\staticwebassets\umbraco\backoffice\packages\user\user-group\collection\components\user-group-table-sections-column-layout.element.js
...does exists, but user-group-table-sections-column-layout.element.d.ts does not
This was a v14.1.1 site...I updated to v14.1.2 and it runs fine locally after the update, but I can't publish from my local machine to a folder on my server b/c of these errors.
Can't Publish a v14.1.2 site
I have 288 errors similar to this one when I try to publish a 14.1.2 site:
In this example... C:\Users\REDACTED.nuget\packages\umbraco.cms.staticassets\14.1.2\staticwebassets\umbraco\backoffice\packages\user\user-group\collection\components\user-group-table-sections-column-layout.element.js
...does exists, but user-group-table-sections-column-layout.element.d.ts does not
This was a v14.1.1 site...I updated to v14.1.2 and it runs fine locally after the update, but I can't publish from my local machine to a folder on my server b/c of these errors.
Thx to @kdx-perbol & @CodeBunTes on Discord. I blew everything away on my server and republished via
donet publish
and that worked.is working on a reply...