简体   繁体   English

chrome无法加载spotfire链接

[英]chrome failed to load spotfire link

I am currently displaying the spotfire web player link via simple html call and it is working fine when using the Mozilla Firefox browser but if trying to load on Chrome browser it fails to load and here is the error on the web player display on the link:我目前正在通过简单的 html 调用显示 Spotfire 网络播放器链接,它在使用Mozilla Firefox浏览器时工作正常,但如果尝试在Chrome浏览器上加载它无法加载,这是链接上网络播放器显示的错误:

Failed to load application
Could not load localized labels
Could not load configuration

And here is the simple html call:这是简单的 html 调用:

<object data="http://myHost/spotfire/wp/render" type="text/html" style="width:100%; height:1000px;">
        Alternative Content
    </object>

Any suggestion/comments TIA任何建议/意见 TIA

I wonder if it has to do with Chrome's update to block cross-site scripting.我想知道这是否与 Chrome 阻止跨站点脚本的更新有关。

In your console do you get any errors describing Cross-site/samesite=none errors thrown?在您的控制台中,您是否收到任何描述抛出的跨站点/相同站点 = 无错误的错误?

I had a similar issue with Chrome when using Spotfires Javascript API and it only occurred in Chrome.我在使用 Spotfires Javascript API 时遇到了与 Chrome 类似的问题,它只发生在 Chrome 中。 Here is a Post regarding it.这是一篇关于它的帖子

The overall fix was an update to the Spotfire Server setting of SameSite .整体修复是对SameSite的 Spotfire Server 设置的更新

You have to setup a registry key.您必须设置一个注册表项。 I have a blog post on this.我有一篇关于这个的博客文章。 https://datashoptalk.com/use-chrome-web-player/ https://datashoptalk.com/use-chrome-web-player/

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Chrome浏览器“无法加载资源” - Google Chrome “Failed to load resource” Chrome显示加载资源失败 - Chrome displaying Failed to load resource CSS过渡在加载时使用链接和输入元素触发(chrome) - CSS transition being fired upon load with link and input elements (chrome) 加载的资源的加载顺序行为不一致<link rel="preload"> (铬合金) - Inconsistent load order behavior for the resources loaded with <link rel="preload"> (Chrome) Chrome:未捕获(承诺)DOMException:无法加载,因为找不到支持的源 - Chrome: Uncaught (in promise) DOMException: Failed to load because no supported source was found (仅 HTML)无法从目录和链接加载图像 - (Just HTML) Failed to load image from both directory & link 尽管使用本地或外部链接,我的背景图像仍无法加载 - My background image failed to load despite using local or external link Iron Python 在 Spotfire 客户端的初始加载中被触发,但对于 Spotfire Web 播放器没有触发 - Iron Python get triggered in initial load for Spotfire Client but not for Spotfire Web player 错误消息“DevTools 无法加载 SourceMap:无法加载 chrome-extension://... 的内容” - Error message "DevTools failed to load SourceMap: Could not load content for chrome-extension://..." chrome“net:无法加载资源:net::ERR_SPDY_PROTOCOL_ERROR”有什么问题? - What is wrong in chrome "net : Failed to load resource: net::ERR_SPDY_PROTOCOL_ERROR"?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM