alexanderson1993 / remix-auth-webauthn

A Remix Auth strategy for signing in with Web Authentication passkeys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled Promise Rejection from `handleFormSubmit` when using Prisma and Safari

spencersolberg opened this issue · comments

Hi. I've been having difficulties integrating this into my app so I created a test repo to help diagnose my issues.

https://github.com/spencersolberg/remix-passkey-test

It seems to work fine when using the fake in-memory database from the README in both Arc (Chromium) and Safari. Both registration and authentication works with that setup.

When I switch to a real Prisma database, registration still works for both browsers, however I cannot get authentication to work on Safari.

I only get this error in the browser console when I click authenticate:

Screenshot 2024-01-29 at 3 57 24 PM

Thanks for making a reproduction repo. Unfortunately, I was not able to reproduce this. I registered and then authenticated using Safari, and was able to log in properly in both circumstances.

I'm not sure how I can be helpful, but if you find out anything else let me know.

It's been a few months and I haven't heard anything, so I'm going to close this.