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'm trying the latest AccountKit for React for the first time. After hooking everything up as it should be, I got an "InternalServerError 500" when AccountKit tried to connect to https://api.g.alchemy.com/signer/v1/prepare-oauth
So I tried the NextJS sample instead. But the very same happened there. Besides, it was not possible to install the sample without adding a missing peer dependency ([email protected]).
Also, I see a whole bunch of additional errors on the console:
When trying to connect via an e-mail, I got this error message:
and this message in the console:
To be honest, this is all pretty frustrating and does not look super trustful to me, especially if you're asking a special provider to be placed at a central point in an app. I am wondering why I am even faced with all these errors instead of catching them and provide some meaningful information in the console?
The text was updated successfully, but these errors were encountered:
I'm trying the latest AccountKit for React for the first time. After hooking everything up as it should be, I got an "InternalServerError 500" when AccountKit tried to connect to https://api.g.alchemy.com/signer/v1/prepare-oauth
So I tried the NextJS sample instead. But the very same happened there. Besides, it was not possible to install the sample without adding a missing peer dependency ([email protected]).
Also, I see a whole bunch of additional errors on the console:
When trying to connect via an e-mail, I got this error message:
and this message in the console:
To be honest, this is all pretty frustrating and does not look super trustful to me, especially if you're asking a special provider to be placed at a central point in an app. I am wondering why I am even faced with all these errors instead of catching them and provide some meaningful information in the console?
The text was updated successfully, but these errors were encountered: