-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication error #13
Comments
@AbdullahAli will look into this. |
@AbdullahAli Did you change your elasticsearch config file? For example it should be something like this: http.port: 9200
http.cors.allow-origin: "*"
http.cors.enabled: true
http.cors.allow-headers : X-Requested-With,X-Auth-Token,Content-Type, Content-Length, Authorization
http.cors.allow-credentials: true |
sweet! that worked 👍 if anyone else gets stuck: just to confirm, I added what you suggested (without indenting after first line) into
(I installed elasticsearch via brew so your config file might be in a different place) then I hit refresh a couple of time and connect/disconnect and it should work: |
Whenever I try to connect, I get the following error, please help
The text was updated successfully, but these errors were encountered: