react-celo
                                
                                 react-celo copied to clipboard
                                
                                    react-celo copied to clipboard
                            
                            
                            
                        [use-contractkit] Ledger Error Message
When a user connects with a Ledger but opens another network like Ethereum on the app, the error message is incorrect.
Current message: "Possible connection is lost with the ledger. Check if still on and connected. Ledger device: UNKNOWN_ERROR (0x6804)"
Should be something like: "You're connected to Ethereum network, switch to the Celo app on your Ledger."

It seems that when Ledger updated their software the Celo app became sort of buggy. We're looking more into the Celo Ledger app.
I think this might be deeper in the stack
It's definitely deeper in the stack as @aaronmgdr said. The errors Ledger's libs surface are usually pretty terse. We may be able to distinguish between them in some cases but not always
ledger package we use is a bit old we should see if upgrading helps https://github.com/LedgerHQ/ledgerjs
Depends on 9584