Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

installation error #4

Open
hank123 opened this issue Nov 14, 2016 · 1 comment
Open

installation error #4

hank123 opened this issue Nov 14, 2016 · 1 comment

Comments

@hank123
Copy link

hank123 commented Nov 14, 2016

I installed dig according to the instruction , I also load sample data into elasticsearch, I started the search UI in browser, when I key in a search key word, I see following error from chrome inspection:

http://karma-dig-service.cloudapp.net:55310/dig-mrs-latest/_search?size=25&from=0 Failed to load resource: the server responded with a status of 502 (notresolvable)
list:1 XMLHttpRequest cannot load http://karma-dig-service.cloudapp.net:55310/dig-mrs-latest/_search?size=25&from=0. Response for preflight has invalid HTTP status code 502

can you please suggest what else I need to do to make the search work.

Best regards !

Hank123

@rartiss55
Copy link

Hello,

It sounds like you might need to update your elasticsearch server settings in your server/config/local.env.js file. If you're running a local instance of elasticsearch, those settings should look something like this:

EUI_SERVER_URL: 'http://localhost', 
EUI_SERVER_PORT: '9200',
EUI_SEARCH_INDEX: 'yourindexname',

Alternatively, you could try checking out our latest version of dig, located here:
https://github.com/NextCenturyCorporation/digapp-ht

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

2 participants