Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'NEXT_PUBLIC_APP_INSTANCE') #1703
|
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 |

thanks for quick reply~
yep you are right, when i run 'yarn dev', some problem exist. It looks like a problem with the Nodejs version, my nodejs version is 20.11.0, the recommended one is 18.x.x. , i will try to fix it.
thanks very much!