-
Notifications
You must be signed in to change notification settings - Fork 86
Can't login #294
Comments
Thank you for reporting. |
It looks like there need to be changes here too, not only in the mobile app: Line 215 in 6f0185d
|
Ok, let me know and I will update lib and mobile app. Thanks for you help! |
@mirceanis here is a solution that does not involve any changes to import { Connect } from 'uport-connect'
const uportConnect = new Connect('App', {
// ...
ethrConfig: {
rpcUrl: 'https://mainnet.infura.io/v3/<YOUR INFURA PROJECT_ID>',
}
}) |
@simonas-notcat Right! However, this works for the wrong reasons, and will break under some situations. It overrides the global resolver registry with a configured To anyone that is using this workaround, this only works with the following constellation of libraries:
|
Looks like its working after the last update, right? |
The broken URL that was causing the issue has been temporarily reinstated. A more permanent solution involves configuring the resolver used during verification. The next version of this lib will expect a resolver during initialization. Stay tuned for the next release with configuration instructions. |
Describe the bug
For some reason, login using uport connect stopped working. I am not getting any notification after read QR using the mobile app so it's impossible for me to access my app.
It was working until yesterday.
I am using uport-connect 1.1.1.
Smartphone:
Additional context
The text was updated successfully, but these errors were encountered: