custom-portal-sample icon indicating copy to clipboard operation
custom-portal-sample copied to clipboard

load_viz url incorrect?

Open kkrull opened this issue 7 years ago • 0 comments

I get errors when trying to load the TrackAudioFeatures view with the url constructed in viewWorkbook.js:39, where it is constructed as follows

`http:${baseUrl}/t/PerformingArts/views/${view.url}`;

with /t/PerformingArts. I had to change that line to say the following to get it to show the view

let url = `https:${baseUrl}/views/${view.url}`;

Have I misunderstood the tutorial, or tagged my work differently than was intended (I used the tag kdk instead of PerformingArts)? I'm on Tableau Server 2018.1.

kkrull avatar May 21 '18 21:05 kkrull