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
I tried using Zen browser(based on firefox 129) and firefox 130 alongside with KeePassXC-browser extension for passkeys and it seems that webauthn_components doesn't support both of them.
error: [warning] [unhandled_message: {PasskAuthWeb.RegistrationLive, {:error, %{"message" => "The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.", "name" => "NotAllowedError", "stack" => ""}}}]
UPDATE: I signed-up to LiveShowy and it works, which is weird because it seems that LiveShowy uses webauthn_components.
I presume you're getting this error when connecting to a development server on localhost - is that right? Do you see any additional logs in the browser console?
This could be a misconfiguration issue. To find out, could you generate a fresh Phoenix app, add WAC, then run mix wac.install before starting the server? If you're able to use Passkeys on the fresh application, you could compare config and code between the two apps to possibly find an error.
I started fresh phoenix framework app locally and added webauthn_components to it as it is recommended in the docs and all i got is the error i shared previously.
Soon i will to the same again and share the repo on github.
When you try authenticating with a Passkey again, could you copy the logs/errors from the browser's dev tools? There may be some useful information there.
DOMException: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. registration_hook.js:80:14
WebAuthn error: DOMException: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. utils.js:12:10
I tried using Zen browser(based on firefox 129) and firefox 130 alongside with KeePassXC-browser extension for passkeys and it seems that
webauthn_components
doesn't support both of them.I'm using manjaro linux.
Everything worked as it should when i tried sign-ups and sign-ins on official passkeys.io demo.
error:
[warning] [unhandled_message: {PasskAuthWeb.RegistrationLive, {:error, %{"message" => "The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.", "name" => "NotAllowedError", "stack" => ""}}}]
UPDATE: I signed-up to LiveShowy and it works, which is weird because it seems that LiveShowy uses
webauthn_components
.Thanks for your work @type1fool
The text was updated successfully, but these errors were encountered: