简体   繁体   中英

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:

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

And here is the simple html call:

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

Any suggestion/comments TIA

I wonder if it has to do with Chrome's update to block cross-site scripting.

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. Here is a Post regarding it.

The overall fix was an update to the Spotfire Server setting of SameSite .

You have to setup a registry key. I have a blog post on this. https://datashoptalk.com/use-chrome-web-player/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM