We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, My sample app runs on http://<my-domain>:8084/ but after the click on "Search" an AJAX-request to http://localhost:8086 is triggered.
http://<my-domain>:8084/
I have assumed to change the endpoints on this file will fix this: https://github.com/RediSearch/redisearch-getting-started/blob/master/sample-app/front-end/.env.development
But unfortunately it doesn't.
It would be greate to add some documentation on this.
Best regards, Ben
The text was updated successfully, but these errors were encountered:
I will look at this and document how to run/develop locally.
Sorry, something went wrong.
Great 👍 Thanks!
tgrall
No branches or pull requests
Hello,
My sample app runs on
http://<my-domain>:8084/
but after the click on "Search" an AJAX-request to http://localhost:8086 is triggered.I have assumed to change the endpoints on this file will fix this:
https://github.com/RediSearch/redisearch-getting-started/blob/master/sample-app/front-end/.env.development
But unfortunately it doesn't.
It would be greate to add some documentation on this.
Best regards,
Ben
The text was updated successfully, but these errors were encountered: