How to start
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: '/' }
.env is configured
Inside your .env file you have a variable called "NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID" set there @damian2601 ?
@damian2601 feel free to reopen this if you can add more information