Problem uploading .nupkg to our dev tenant - error about missing icons #94
Replies: 1 comment
-
bah - figured it out. This line was the issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This morning I tried to upload a new
.nupkg
file to our dev tenant and I'm receiving the following error, which seems to be incorrect?The error would indicate that I am missing an asset that is referred to in either Item1.json or Product.json, but I don't think that is the case. I even tried uploading a
.nupkg
file that has been successfully deployed to our prod environment and it gave me the same error.Previously we did have some image names that has underscores "_" but I changed all those to hyphens and still see the error.
Oddly I can run local dev mode and don't get any errors from the validator.
Attaching the file I am trying to upload for reference:
WorkloadManifest_staging.nupkg.zip
Beta Was this translation helpful? Give feedback.
All reactions