Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

load_viz url incorrect? #3

Open
kkrull opened this issue May 21, 2018 · 0 comments
Open

load_viz url incorrect? #3

kkrull opened this issue May 21, 2018 · 0 comments

Comments

@kkrull
Copy link

kkrull commented May 21, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant