OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
670 stars 96 forks source link

[Excel Web/PC/MAC] - Manifest file Support Url Issue #3850

Closed miguellandrito closed 4 months ago

miguellandrito commented 10 months ago

Provide required information needed to triage your issue

We are trying to upload our manifest file to AppSource, but the support url requirement is resulting in an error even though the site is accessible to the public and can be accessed by anyone. And the url complies with the requirements provided in the documentation: AppSource FAQ

image

Your Environment

Expected behavior

Current behavior

Steps to reproduce

  1. use https://www.factset.com/support-numbers/ as supportUrl
  2. use npx office-addin-manifest validate -p <manifest_path>
  3. should result in supportUrl Error same as image above.

Link to live example(s)

  1. N/A

Provide additional details

  1. N/A

Context

Useful logs

Thank you for taking the time to report an issue. Our triage team will respond to you in less than 72 hours. Normally, response time is <10 hours Monday through Friday. We do not triage on weekends.

smieszkowsk commented 4 months ago

Hi @miguellandrito, we are facing the same issue. We uploaded the manifest in the past successfully but now all of the sudden we are getting this error when we try to upload. Did you manage to solve the issue or found any workaround?

@jargil @penglongzhaochina can you help with this please?

shanshanzheng-dev commented 4 months ago

Hi @smieszkowsk, seem like this issue has a workaround on https://github.com/OfficeDev/office-js/issues/4413. Hope it's helpful. Please comment if you still need assistance and we'll re-open the issue. Thanks.