I have a webapp with passkey based login but It doesn't work when I open the link to the webapp through telegram (since it opens in the telegram in-app browser)
Unable to process the registration options generated from the backend.Â
Get the following error {"name":"NotAllowedError","code":"ERROR_PASSTHROUGH_SEE_CAUSE_PROPERTY"}
What is the issue and how can I fix this?
I am using theÂ
https://simplewebauthn.dev/ libraries on the frontend and backend for my app.
The app works fine when opened in a normal browser on mobile or desktop devices (chrome, safari, etc)