How to debug the extension in general

When the extension shows unexpected results, the best starting point is to inspect the debug tools in the browser to find out if there is an error or maybe an unexpected result in the network. This only works in the browser so it is necessary to publish the dashboard first.

  1. In chrome press Control + Shift + J(or click on the 3 vertical dots in the top right corner of the browser and select More tools->Developer tools)

  2. Reload the page to make sure developer tools is recording properly

  3. First look at the console tab to see if there are any error messages (generally displayed in red). Tableau also generates messages/warnings so sometimes it seems a bit cluttered.

  4. The next interesting page is the network tab. This displays all network traffic that is generated by the dashboard. To get a good overview of the communication of WriteBackExtreme, filter on the requests on Fetch/XHR and put your WriteBackExtreme domain into the search box:

    If there is any error in the communication you will see it there.

  5. When you cannot find any problems as described above you can also download the information by clicking the download icon (last icon in the screenshot above) And send us the result. Then we can start an investigation on it.

Last updated

Was this helpful?