Closed MaximilianIML closed 2 years ago
Hi @MaximilianIML, thankyou for raising this. Unfortunately, this is something we don't provide support for and recommend you raise this on the Blockscout issues page here: https://github.com/blockscout/blockscout/issues. Would be worth reopening #4995 with steps to reproduce
Did you ever find a solution for this?
@nicwhitts No, unfortunately the problem persists.
I downgraded to 4.0.0 and it got me a working build. But I didn’t have your other error
On 4 Nov 2022, at 20:32, MaximilianIML @.***> wrote:
@nicwhitts No, unfortunately the problem persists.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.
Actually i do have the same error!
Hi guys,
I know it's a little bit late but i'm running blockscout v5.0.0-beta, and I had the same issue.
You need to provide a DATABASE_URL that matches this regex:
Therefore, you probably need to add the port for postgresql like this:
ecto://postgres_user>:<postgres_password>@<pod_name:
Hope this helps :)
Hello everyone. I successfully added
consensys/blockscout:v4.0.0-beta
-Image to my GoQuorum network on Openshift cluster.Unfortunatelly Blockscout is not able to index a transaction. Instead I got an error with the following message:
{:unknown_key, %{key: "isPrivacyMarkerTransaction", value: false}}
This problem is already discribed in https://github.com/blockscout/blockscout/issues/4995.So I tried the same tutorial (https://consensys.net/docs/goquorum/en/latest/tutorials/kubernetes/deploy-charts/#9-blockchain-explorer) with the newer image
consensys/blockscout:v4.1.5-beta
. But now I run in an Elixir error:Do you have any idea how I could solve one these issues? I do not care, if I use 4.0.0 or 4.1.5, I just want Blockscout to show transactions.