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
Integration tests in api-lib are failing due to elasticsearch not being available. This is most likely due to changes in localstack, where elasticsearch is not started until a domain is created. Also localstack 0.11 now routes all aws ports to 4566, though older port specifications should still work.
Temporary fix, hardcode last known working localstack version in docker-compose.yml
localstack/localstack:0.9.6
The text was updated successfully, but these errors were encountered:
Integration tests in api-lib are failing due to elasticsearch not being available. This is most likely due to changes in localstack, where elasticsearch is not started until a domain is created. Also localstack 0.11 now routes all aws ports to 4566, though older port specifications should still work.
Temporary fix, hardcode last known working localstack version in docker-compose.yml
localstack/localstack:0.9.6
The text was updated successfully, but these errors were encountered: