We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run dev
@create-web3/[email protected] dev next dev
▲ Next.js 15.0.4-canary.29
✓ 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: '/' }
The text was updated successfully, but these errors were encountered:
.env is configured
Sorry, something went wrong.
No branches or pull requests
npm run dev
▲ Next.js 15.0.4-canary.29
✓ 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()
29 |
30 | {
issues: [Array],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
page: '/'
}
The text was updated successfully, but these errors were encountered: