2624789
2624789
I'm running React-auth-box + Geth (Ropsten) + Metamask and signup and login works, but redirection is not working.
> Creating Your Own > Eventually anyone will be able to create a truffle box! All boxes undergo a screening process to ensure compatibility with Truffle. To start the pre-screening...
What should I do if I'm using `tokenService.currentUserData.role`?
Hi, I think it is a good idea to handle the translations with the po files. I'm already working in the spanish translation, this would be finished next week.
I get almost the same error. Code: ``` let response; try { response = await getWalletVersion({ lnd, }); } catch (e) { console.error(e); return res.status(500).send({ error: 'error' }); } console.log(response)...
Do you know which version should I be using for it to work?
This is the one that I'm using `lnd version 0.14.1-beta commit=basedon-v0.14.1-beta-fresh-btcpay`
Ok. I'll do that and come back to close/update the issue. Thanks!
Thanks for the feedback @nicolasburtey and @UncleSamtoshi > there are no tests I'll add the tests once the logic is approved > I don't think the existing save token is...