drain icon indicating copy to clipboard operation
drain copied to clipboard

How to start

Open damian2601 opened this issue 1 year ago • 2 comments

npm run dev

@create-web3/[email protected] dev next dev

â–² Next.js 15.0.4-canary.29

  • Local: http://localhost:3000
  • Network: http://192.168.2.43:3000
  • Environments: .env

✓ Starting... ✓ Ready in 5.6s ○ Compiling / ... Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme ✓ Compiled / in 15.2s (2609 modules) ⨯ Error [ZodError]: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [], "message": "Required" } ] at get error (node_modules/zod/lib/index.mjs:538:31) at ZodString.parse (node_modules/zod/lib/index.mjs:638:22) at parse (pages/_app.tsx:27:3) 25 | const walletConnectProjectId = z 26 | .string()

27 | .parse(process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID); | ^

29 | 30 | { issues: [Array], addIssue: [Function (anonymous)], addIssues: [Function (anonymous)], page: '/' }

damian2601 avatar Nov 27 '24 13:11 damian2601

.env is configured

damian2601 avatar Nov 27 '24 13:11 damian2601

Inside your .env file you have a variable called "NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID" set there @damian2601 ?

dawsbot avatar Dec 15 '24 01:12 dawsbot

@damian2601 feel free to reopen this if you can add more information

dawsbot avatar May 13 '25 01:05 dawsbot