Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running the app #21

Open
cryptoB0T opened this issue Oct 5, 2024 · 1 comment
Open

Error when running the app #21

cryptoB0T opened this issue Oct 5, 2024 · 1 comment

Comments

@cryptoB0T
Copy link

not sure why we're getting this error:

Server Error
Error: Cannot read properties of undefined (reading 'config')

This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
src/config.ts (12:2) @ eval

  10 | export const chain = arbitrumSepolia;
  11 | export const config = createConfig(
> 12 | {
     |^
  13 |   // this is for requests to the specific chain RPC
  14 |   rpcUrl: "/api/rpc/chain/" + chain.id,
  15 |   signerConnection: {

steps to reproduce:

  1. clone repo
  2. add env vars
  3. copy to .env.local
  4. install deps with yarn
  5. run app yarn dev

could there be something we're missing?

@laurentknauss
Copy link

Same issue - did same 5 steps as @cryptoB0T - same console error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants