Wallet can't connect to local server?

Hi. I’m trying to use grin wallet software.
Yesterday I’ve recieved a transaction, but it’s still unfonfirmed when I’m trying to look at it.

$ grin --floonet wallet txs
Password: 

Transaction Log - Account 'default' - Block Height: 13288
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Id  Type         Shared Transaction Id                 Creation Time        Confirmed?  Confirmation Time  Num.    Num.     Amount          Amount   Fee   Net             Tx  
                                                                                                            Inputs  Outputs  Credited        Debited        Difference      Data 
=================================================================================================================================================================================
 0   Received Tx  19b881c2-cc9d-4ab7-af46-87c18b1a81ca  2019-01-03 18:07:24  false       None               0       1        2415.321496969  0.0      None  2415.321496969  None 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


WARNING: Wallet failed to verify data. The above is from local cache and possibly invalid! (is your `grin server` offline or broken?)
Command 'txs' completed successfully

I’m running my grin server locally on the same machine with almost default setup. I can see http://127.0.0.1:13413/ is accessible, but it asks password when trying to open in browser. Where can I get it ? How to fix my wallet config so it can connect to server ?

Thanks