You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
I have attempted to mitigate the issue by specifying the kernelVersion in the createKernelAccount but results in additional errors.
The text was updated successfully, but these errors were encountered:
After running:
When navigating to
localhost:3000
and attempting a registration, after signing using the passkey modal the following error appears in console:I have attempted to mitigate the issue by specifying the
kernelVersion
in thecreateKernelAccount
but results in additional errors.The text was updated successfully, but these errors were encountered: