Problems uploading nupkg #22
-
We are getting a validation error trying to upload our workload. It passes the xsd validation, but fails with this error when we try to upload.
So we know the problem is with WorkloadManifest.xml but I can't figure out what the issue is. Our verified domain is Here is our WorkloadManifest.xml
|
Beta Was this translation helpful? Give feedback.
Answered by
anitamayorov
Jun 27, 2024
Replies: 2 comments 7 replies
-
Hi @box-turtle, Can you please provide a requestId for the failed Upload network call? |
Beta Was this translation helpful? Give feedback.
0 replies
-
requestId:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @box-turtle ,
I looked at the package you sent -
You have there a folder inside the zip, and only inside that folder are the expected files - is this your original zip you've been trying to upload?
Inside the folder, you have FrontendManifest.json file - this is not needed since all of your workload's frontend resources are located under 'FE' folder
When I zipped the inner folder's content - I was able to upload the package successfully.
I am not aware of a limitation on segments for the verified domain, I will verify on our side that it's indeed OK. Either way, if such, the error you will see in network traces will be different, your current error indicates missing files or wro…