Skip to content

Commit 2c5e4d0

Browse files
JOYclaude
andcommitted
fix(testnet): remove empty metadata env override causing frontend crash
Empty NEXT_PUBLIC_METADATA_SERVICE_API_HOST= in testnet override conflicts with NEXT_PUBLIC_METADATA_ADDRESS_TAGS_UPDATE_ENABLED. Let base (mainnet) metadata config apply — Blockscout metadata service is public and works for testnet too. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9599c01 commit 2c5e4d0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docker-compose/envs/common-frontend-testnet.env

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,5 @@ NEXT_PUBLIC_USER_OPS_INDEXER_API_HOST=https://test-ops.doscan.io
3636
NEXT_PUBLIC_STATS_API_HOST=https://test-stats.doscan.io
3737
NEXT_PUBLIC_VISUALIZE_API_HOST=https://test-viz.doscan.io
3838

39-
# Metadata - disable on testnet (no service available)
40-
NEXT_PUBLIC_METADATA_SERVICE_API_HOST=
41-
NEXT_PUBLIC_METADATA_ADDRESS_TAGS_UPDATE_ENABLED=false
42-
4339
# Metasuites - disable on testnet
4440
NEXT_PUBLIC_METASUITES_ENABLED=false

0 commit comments

Comments
 (0)