• Resolved tutbozero

    (@tutbozero)


    Trustwallet has updated to v1 3 days ago, this has broke the signing / logging in.

    I’ve tried to read through the code but I’m stuck, any idea how to fix this?

    A speedy response Would be appreciated thanks

Viewing 15 replies - 1 through 15 (of 27 total)
  • Plugin Author lynn999

    (@lynn999)

    Hmm,

    Does it work on https://example.walletconnect.org/ ?

    Thread Starter tutbozero

    (@tutbozero)

    Hi Lynn,

    Thankyou for your fast reply, the example works fine, no one can log in either using webconnect so its not just me.

    I noticed that wallet connect said the following on twitter: https://twitter.com/WalletConnect/status/1422169276354646021 that they changed things a couple of days ago.

    I assume its related, any ideas??

    Thanks!

    • This reply was modified 3 years, 3 months ago by tutbozero.
    Plugin Author lynn999

    (@lynn999)

    Hmm, looks like they broke, yeah.

    I would need to update the walletconnect library, I think, but I’m quite busy.

    I think there’s also a chance that it’ll just start working again once things quieten down; it sounds like they have too much traffic to the bridge server atm.

    Thread Starter tutbozero

    (@tutbozero)

    is it easy enough to do, happy to have a go if you point me in the correct direction.

    Plugin Author lynn999

    (@lynn999)

    You should clone this https://gitlab.com/losnappas/web3-login , update the dependencies (maybe running npm update is enough), then runnpm run build` and it’ll create the new dist files. Replace the dist folder in ethpress with your new dist folder.

    I think that’ll be all.

    Thread Starter tutbozero

    (@tutbozero)

    amazing, I will try today and let you know! thankyou so much! if it works ill send you a decent drink to your wallet ??

    Plugin Author lynn999

    (@lynn999)

    Yep, let me know if it doesn’t, there’s probably some build step I’m forgetting if so.

    Thread Starter tutbozero

    (@tutbozero)

    ok that nearly works, its now signing correctly, however, its coming up with the following in the login box

    Username already exists, im assuming there was a check you added – any ideas?

    Thanks for your help so far!

    • This reply was modified 3 years, 3 months ago by tutbozero.
    Plugin Author lynn999

    (@lynn999)

    Did you by chance uninstall the plugin before installing it again? That would remove the ethpress table which would then result in that on the 2nd go, which is not what you want

    • This reply was modified 3 years, 3 months ago by lynn999.
    Thread Starter tutbozero

    (@tutbozero)

    aye i did, is that knackered now, we have a backup of the database? @lynn999 ??

    Also im not sure the the npm update worked either, it looked like it did work but now the connect is not working again – which suggests i am still having the old problem still ??

    • This reply was modified 3 years, 3 months ago by tutbozero.
    • This reply was modified 3 years, 3 months ago by tutbozero.
    Plugin Author lynn999

    (@lynn999)

    Probably easiest to recover the ethpress table from the backup, yea. I’m gonna write myself a todo to not remove the table like that, doesn’t make too much sense.

    What version did walletconnect update to? It should say in the package.json. Or git diff on the package.json and paste here.

    Thread Starter tutbozero

    (@tutbozero)

    ok i think thats the issue, it says it audited 322 packages and all up to date but the versions are the same as before.
    I am using node.js to do the npm, that might be the issue?

    ill park this for today, if you could have a look that would be amazing, im going to restore the table now so im back on an even keel ??

    Plugin Author lynn999

    (@lynn999)

    I updated the libs, you can use the dist folder from https://gitlab.com/losnappas/web3-login/-/tree/walletconnect this branch now.

    Let me know if that works out, then ??

    Thread Starter tutbozero

    (@tutbozero)

    Thank you so much Lynn999, it is looking like we are good, doing some more testing overnight but im pretty sure that its good to go.

    I want to say thanks for your help again, ill get back to you tomorrow with the final testing results and the beer money ??

    I have some other things id like to simplify, but they can wait for another day ??

    • This reply was modified 3 years, 3 months ago by tutbozero.
    Plugin Author lynn999

    (@lynn999)

    Sounds good. If it’s not buggy, then I will update the www.remarpro.com listing, too. Thanks for testing!

Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘Wallet connect trust wallet’ is closed to new replies.