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
After upgrading from 0.4.4 to 0.5.0, I'm getting runtime errors such as
webauthn.js?v=1346bd92:2 Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@id/__vite-optional-peer-dep:@simplewebauthn/browser:nuxt-auth-utils' does not provide an export named 'browserSupportsWebAuthn' (at webauthn.js?v=1346bd92:2:3)
The error originates from
import {browserSupportsWebAuthn, browserSupportsWebAuthnAutofill, platformAuthenticatorIsAvailable, startAuthentication, startRegistration} from "/_nuxt/@id/__vite-optional-peer-dep:@simplewebauthn/browser:nuxt-auth-utils";
Installing @simplewebauthn/browser fixes this issue, but that should be optional since I'm using
After upgrading from
0.4.4
to0.5.0
, I'm getting runtime errors such asThe error originates from
Installing
@simplewebauthn/browser
fixes this issue, but that should be optional since I'm usingThe text was updated successfully, but these errors were encountered: