Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
GNU General Public License v3.0
3.59k
stars
2.4k
forks
source link
(Postgrex.Error) ERROR 21000 (cardinality_violation) ON CONFLICT DO UPDATE command cannot affect row a second time #8301
Closed
miguelmota closed 2 months ago
Hi, blockscout seems to get stuck in a loop trying to upsert an entry but failing due to constraint conflict.
Environment
elixir -version
):node -v
):Steps to reproduce
Steps from this tutorial
https://stack.optimism.io/docs/build/explorer/
Expected behaviour
no insert error
Actual behaviour
Any help is appreciated. Thanks!