mradamlacey / elasticsearch-tableau-connector

Tableau Web Data Connector for Elasticsearch
MIT License
149 stars 64 forks source link

Can't connect Because the connector still loading #68

Open RiotteSopra opened 7 years ago

RiotteSopra commented 7 years ago

Hi, I was in charge to try your connector for my company but I couldn't make it work.

My elasticsearch is working but when i start the connector, the web interface (localhost:3000) get stuck in a loading screen. I followed your guide to install the connector without any errors and I modified the File elasticsearch.yml

: http.cors.enabled: true

http.cors.allow-origin: "*"

The following commands worked well :

npm config set proxy http://ProxyOfTheCompagny:8080 npm config set https-proxy http:// ProxyOfTheCompagny:8080 npm install -g grunt npm install -g bower npm install bower install grunt build:dist grunt

Do you know this issue ? How to solve it ?

Thanks very much for your time. elastic error

gsaxam commented 7 years ago

I have the same problem, any insight to this issue would be really helpful. I am using SSH port forwarding to access the UI locally.

mradamlacey commented 7 years ago

Can you share any browser console entries (Chrome debugger toolbar or similar)?

pmlandis8586 commented 6 years ago

Using the most recent build, I'm getting the following errors in chrome's debugging tools. This is the same error that was reported in the initial post. I'm stuck in a loading loop.

Shared.js:43 null Shared._errorHandler @ Shared.js:43 elasticsearch-connector.min.js:37 Uncaught TypeError: WeakMap is not a constructor at elasticsearch-connector.min.js:37 SimulatorDispatcher.js:91 Uncaught Looks like the WDC is calling a tableau function before tableau.init() has been called.

civet commented 6 years ago

same issue. solved by install another version of Q library bower uninstall --save q bower install --save q@1.5.1