tableau / extension-quick-what-if

A dashboard extension that allows you to create a list of controllable inputs based on values of a dimension for quick what-if analysis.
MIT License
2 stars 3 forks source link

quick what if compiled fine, trying to run it says ' it's not configured contact your dashboard admin' #9

Open Jonas378 opened 1 year ago

Jonas378 commented 1 year ago

Hello, i followed you directions to build this app locally.

RH 8.5 node installed apache

following the readme:

  1. Clone or download and unzip this repository. Open the command line to the extension-quick-what-if master folder and run npm install to install the node modules.

this was fine

  1. In the command line run npm run build to build the extension.

this was fine,

  1. Copy the files in the dist folder to your web server.

/var/www/html/extension-quick-what-if/dist/index.html

all it says is

"The extension needs to be configured. Please contact the dashboard author "

I haven't done anything to apache other than the vanilla install. Are there other pkgs or config items that need to be done to make this work ?

Thanks