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

KernelVersion error thrown when following README #1

Open
dangerousfood opened this issue Oct 1, 2024 · 0 comments
Open

KernelVersion error thrown when following README #1

dangerousfood opened this issue Oct 1, 2024 · 0 comments

Comments

@dangerousfood
Copy link

After running:

pnpm i
pnpm dev

When navigating to localhost:3000 and attempting a registration, after signing using the passkey modal the following error appears in console:

utils.js:98 Uncaught (in promise) Error: KernelVersion should be >= 0.2.2 and <= 0.2.4 for EntryPointV0.6 and >= 0.3.0 for EntryPointV0.7
    at validateKernelVersionWithEntryPoint (utils.js:98:15)
    at getDefaultAddresses (createKernelAccount.js:223:84)
    at createKernelAccount (createKernelAccount.js:248:82)
    at createAccountAndClient (page.tsx:71:54)
    at async handleRegister (page.tsx:122:9)
Screenshot 2024-10-01 at 12 50 28 PM

I have attempted to mitigate the issue by specifying the kernelVersion in the createKernelAccount but results in additional errors.

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

1 participant