Replies: 1 comment
-
@Reprovo What are you referring to as ReactiveSearch dashboard in this case? You want to ensure that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I am trying to setup the reactivesearch dashboard and have set the URL and APP constants to match my elasticsearch instance
but am receiving the following:
export const APP = 'logstash-ftd-test';
export const URL = 'http://testsite:9200';
http://testsite:9200/logstash-ftd-test/_reactivesearch.v3 has been clobkec by CORS policy.
I was wondering why the '_reactivesearch.v3' is being appended to the request.
Beta Was this translation helpful? Give feedback.
All reactions