gpt4 book ai didi

reactjs - 加载项错误 : Something went wrong and we couldn't start this add-in.

转载 作者:行者123 更新时间:2023-12-03 13:38:23 25 4
gpt4 key购买 nike

我正在使用 Create React App 构建 Excel 插件。该加载项在 macOS 版 Excel 中运行良好。

The Repo

但是,当我尝试在 Excel Online 中加载它时。上传 list 文件并打开加载项后,显示

Add-in Error: Something went wrong and we couldn't start this add-in. Please try again later or contact your system administrator.

enter image description here

控制台显示

Error while parsing the 'sandbox' attribute: 'ms-allow-popups' is an invalid sandbox flag.

我已经通过 HTTPS=true npm start 在开发中使用 HTTPS。

还有什么可能导致这种情况?谢谢

最佳答案

听起来您遇到了超时错误。确保您始终处理 calling Office.initialize()在任何其他代码之前。

例如,我会从您的 init 方法中调用 registerServiceWorker()。那里发生了很多事情,并且它在初始化的同时启动。

Office.initialize = () => {

registerServiceWorker();
ReactDOM.render(<App />, document.getElementById('root'));

};

关于reactjs - 加载项错误 : Something went wrong and we couldn't start this add-in.,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44959711/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com