For the complete documentation index, see llms.txt. This page is also available as Markdown.

Why does the extension show a white/blank screen in Tableau Cloud or Tableau Server?

A white or blank screen in a Tableau dashboard extension is commonly caused by extension allowlisting/whitelisting configuration issues.

In some environments, Tableau may block extension URLs when the exact URL changes dynamically (for example, login/session/token-based URLs). This can cause the extension to load intermittently or display a blank screen.

Common Symptoms

  • Extension works in some dashboards but not others

  • Dashboard suddenly turns white after refresh/login

  • Works in Tableau Desktop but fails in Cloud/Server

  • Different generated extension URLs appear during authentication or session changes

Cause

Using an exact/static extension URL in Tableau’s Enable Specific Extensions configuration may fail when the extension generates dynamic URLs with long session or authentication parameters.

Example:

https://extensions-appsfortableau.infotopics.com/...

The generated URL may change between sessions, causing Tableau to no longer recognize it as allowed.

Use wildcard allowlisting instead of a fixed full URL.

Example:

https://extensions-appsfortableau.infotopics.com/.*

(depending on your security policy and Tableau configuration)

This allows Tableau to trust dynamically generated extension URLs under the same domain.

Additional Recommendations

  • Verify the extension domain is reachable from the network

  • Check firewall/proxy/security filtering

  • Ensure SSL certificates are valid

  • Review browser console/network logs (F12)

  • Test in another browser or incognito session

Note

Some embedded environments, VPNs, or enterprise security tools may additionally block iframes, cookies, or scripts required by the extension, which can also result in blank screens.

Last updated

Was this helpful?