API access and integration with Microsoft Partner Center for managing partner data
It seems you are experiencing an issue with uploading your MSIX package to the Microsoft Partner Center, specifically with the package being stuck at "null Bytes" and taking a long time to process. Here are a few troubleshooting steps you can consider:
- Check Package Size: Since your package is 98 MB, ensure that it does not exceed any size limits imposed by the Partner Center. Sometimes larger files may take longer to process or may encounter issues.
- Inspect the Manifest: Since you've verified the Identity Name and Publisher CN, ensure that there are no other issues in the
AppxManifest.xml. Sometimes, even minor errors can cause validation to fail silently. - Use Valid Certificates: Ensure that the self-signed certificate you are using is valid and properly configured. If possible, try using a certificate from a trusted Certificate Authority (CA) instead of a self-signed one.
- Log Files: Check if there are any log files generated during the upload process. These logs can provide insights into what might be going wrong. The logs can usually be found in the local application data directory.
- Browser Issues: Since you've already tried clearing the cache and using Incognito mode, consider trying a different browser or device altogether to rule out browser-specific issues.
- Contact Support: If the issue persists, consider reaching out to Microsoft support for assistance. They may have more specific insights into the error messages and can provide guidance tailored to your situation.
- Retry Uploading: Sometimes, simply retrying the upload after some time can resolve temporary issues with the Partner Center.
These steps may help you identify the underlying cause of the upload issue.
References: