Skip to content

When executing POST curl on 2.0.0 tag, internal server error 500 is returned: java.net.UnknownHostException: Failed to resolve 'entity-service' after 2 queries #850

Answered by gterseglav
gterseglav asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. Thanks for your help.

Change of tag to 2.0.0 did the trick.

Config:

$ git status
HEAD detached at 2.0.0
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   .env

no changes added to commit (use "git add" and/or "git commit -a")
$ git diff
diff --git a/.env b/.env
index af52b9c2..c12985b9 100644
--- a/.env
+++ b/.env
@@ -4,7 +4,7 @@ STELLIO_SEARCH_DB_DATABASE=stellio_search
 STELLIO_SUBSCRIPTION_DB_DATABASE=stellio_subscription
 POSTGRES_DBNAME=${STELLIO_SEARCH_DB_DATABASE},${STELLIO_SUBSCRIPTION_DB_DATABASE}
 
-STELLIO_DOCKER_TAG=dev
+STELLIO_DOCKER_TAG=2.0.0
 
…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@bobeal
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@bobeal
Comment options

Comment options

You must be logged in to vote
1 reply
@bobeal
Comment options

Answer selected by gterseglav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants