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
Describe the bug
When setting up and using Quepid locally and trying to access a local search engine installation via the Custom Search API endpoint a status code 500 is returned.
The reason for this is that Quepid and the search engine are not within the same network when running in Docker. It is strange to not see this working and receive a "Connection refused" error.
To Reproduce
Steps to reproduce the behavior:
Have a search engine running in a Docker container, e.g. Elasticsearch running on localhost:9200 (assuming es-tmdb for this example)
Have Quepid running in a Docker container, e.g. on localhost:3000
Describe the bug
When setting up and using Quepid locally and trying to access a local search engine installation via the Custom Search API endpoint a status code 500 is returned.
The reason for this is that Quepid and the search engine are not within the same network when running in Docker. It is strange to not see this working and receive a "Connection refused" error.
To Reproduce
Steps to reproduce the behavior:
URL: http://localhost:9200/tmdb/_search
API Method: POST
Query:
Expected behavior
Would be nice to see this working although containers are in different networks.
Screenshots

Additional context
n/a
The text was updated successfully, but these errors were encountered: