You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have launched a default elasticsearch instance which is available on my local environment: http://localhost:9200. Open this url on my browser I get below output:
but when I tried to use mirage to connect to this instance. I get an error dialog saying: It looks like your app name, username, password combination doesn't match. Check your url and appname and then connect it again.
My instance doesn't have any username and password. I launched it by running elasticsearch on terminal. Why does it complain about username and password.
The text was updated successfully, but these errors were encountered:
I can confirm that this resolves the connection issue.
A small note: It is better from a security standpoint to only allow allow specific domains to have access to the cluster in the http.cors.allow-origin config value.
I have launched a default elasticsearch instance which is available on my local environment:
http://localhost:9200
. Open this url on my browser I get below output:but when I tried to use
mirage
to connect to this instance. I get an error dialog saying:It looks like your app name, username, password combination doesn't match. Check your url and appname and then connect it again.
My instance doesn't have any username and password. I launched it by running
elasticsearch
on terminal. Why does it complain about username and password.The text was updated successfully, but these errors were encountered: