Adrien Thiery
Adrien Thiery
Hi @gjulianm , Are you really formatting your payloads on the back-end to be received on the front-end as camelCase ? 🤔 We've been used to doing this on front-end...
Hi @ekawibisono, Thanks a lot for the link. So, after re-reading it (I remember indeed reading that a few weeks ago), several questions arise: - Following https://github.com/blockscout/blockscout/pull/7328 , shouldn't it...
Hi @ekawibisono , I'm using `master`, so `latest` docker image as mentioned in the issue. 
Hi @ekawibisono , Following what you mentioned, I ended up on the fact that I was using `docker-compose -f hardhat-network.yml up` because I'm using hardhat, but you seem to suggest...
Hi @ekawibisono , any news on that?
Hey @vbaranov, you seem to be the one in charge of the repo, any idea if blockscout is supposed to be supporting M* chips out-of-the-box? We'd love to use it...
Hi @vbaranov , On `docker-compose up --build` I now get `failed to solve: process "/bin/sh -c mix local.hex --force" did not complete successfully: exit code: 1` So the exit code...
Getting a new error that I should be able to resolve on my side :) Thanks @vbaranov ``` 2024-09-25 19:21:50 Runtime terminating during boot ({badarg,[{ets,lookup_element,[elixir_modules,'Elixir.ConfigHelper',2],[{error_info,#{cause=>badkey,module=>erl_stdlib_errors}}]},{elixir_module,data_tables,1,[{file,"src/elixir_module.erl"},{line,27}]},{'Elixir.Kernel.Typespec',deftypespec,6,[{file,"lib/kernel/typespec.ex"},{line,110}]},{'Elixir.ConfigHelper',eth_call_url,1,[{file,"config/config_helper.exs"},{line,332}]},{elixir_compiler_1,'__FILE__',1,[{file,"apps/explorer/config/prod/geth.exs"},{line,20}]},{elixir_compiler,dispatch,4,[{file,"src/elixir_compiler.erl"},{line,67}]},{elixir_compiler,compile,4,[{file,"src/elixir_compiler.erl"},{line,52}]}]}) 2024-09-25 19:21:50 2024-09-25 19:21:51 Crash...
Hi @vbaranov , Looked into this and if I understand well, the issue comes from the fact that the envs variables `ETHEREUM_JSONRPC_HTTP_URL` and `ETHEREUM_JSONRPC_ETH_CALL_URL` are not defined. When adding them...
Got the same error today and could not solve it with the recommandations, therefore I : - Delete the db manually - `terraform state rm aws_db_instance.` > Note: I'm really...