Replies: 1 comment 6 replies
-
![]() |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i try to deploy my own L2 explorer, but i encouter this problem, I'm not sure what went wrong.
I have success deploy backend + old ui, now i want to use new ui, and i follow this page :https://docs.blockscout.com/for-developers/deployment/manual-deployment-guide#id-5.-run-frontend to run frontend, keep getting an error about not being able to read undefined attributes (reading 'NEXT_PUBLIC_APP_INSTANCE')
frontend version: v1.26.1
.env config:
NEXT_PUBLIC_API_HOST=localhost
NEXT_PUBLIC_API_PORT=3001
NEXT_PUBLIC_API_PROTOCOL=http
NEXT_PUBLIC_NETWORK_NAME=op
NEXT_PUBLIC_APP_HOST=blockscout.com
NEXT_PUBLIC_STATS_API_HOST=http://localhost:8080
NEXT_PUBLIC_VISUALIZE_API_HOST=http://localhost:8081
NEXT_PUBLIC_NETWORK_CURRENCY_NAME=OP
NEXT_PUBLIC_APP_HOST=localhost
NEXT_PUBLIC_NETWORK_ID=67890
NEXT_PUBLIC_APP_PORT=3010
NEXT_PUBLIC_APP_ENV=development
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL='ws'
Beta Was this translation helpful? Give feedback.
All reactions