Links

FAQs

🚧 Under Construction
If you have an issue that isn't addressed, please contact us in Discord for troubleshooting.
How do I connect the frontend to the backend?
This is done through the proxy setup. Ensure you've added the API_V2_ENABLED='true' in your blockscout instance.
Do the frontend and backend need to be under the same domain?
Yes. Be sure to proxy all /api, /socket requests to the backend application and all other requests to the frontend. More info on the proxy setup page.
What are the variable settings for a Polygon Edge client?
Be sure to set the following envs when setting up a Polygon Edge instance:
  • ETHEREUM_JSONRPC_VARIANT=geth
  • INDEXER_INTERNAL_TRANSACTIONS_TRACER_TYPE=polygon_edge
Blockscout API/indexer is using 100% CPU, what should I do?
You should allocate more computing resources/cores to the instance.