Hello, I tried to renew the authorization for my validator votes, but the dashboard fails to retrieve it. The authz tx (same as generated by the dashboard): $ gaiad tx authz grant cosmos1ef0ty0wfdayj3j8vhq3qcfhye682w3xspkd4xf generic --msg-type /cosmos.gov.v1beta1.MsgVote --from cosmos1uxlf7mvr8nep3gm7udf2u9remms2jyjqf6efne --ledger --sign-mode=amino-json --expiration 1804019767 --gas 250000 --gas-prices 0.025uatom --gas-adjustment 1.5 --chain-id cosmoshub-4 --node https://cosmos-rpc.polkachu.com:443 ... txhash: 3B03C92CA50D240983A3A39D7A93594033AE25BA7F354327E992BF9A77DCCBC3 https://www.mintscan.io/cosmos/tx/3B03C92CA50D240983A3A39D7A93594033AE25BA7F354327E992BF9A77DCCBC3 Check that the authorization is correctly applied: $ gaiad query authz grants-by-grantee cosmos1ef0ty0wfdayj3j8vhq3qcfhye682w3xspkd4xf --chain-id cosmoshub-4 --node https://cosmos-rpc.polkachu.com:443 grants: - authorization: type: /cosmos.authz.v1beta1.GenericAuthorization value: msg: /cosmos.gov.v1beta1.MsgVote expiration: "2027-03-02T20:36:07Z" grantee: cosmos1ef0ty0wfdayj3j8vhq3qcfhye682w3xspkd4xf granter: cosmos1uxlf7mvr8nep3gm7udf2u9remms2jyjqf6efne pagination: total: "1" The API call correctly see it https://lcd-cosmoshub.keplr.app/cosmos/authz/v1beta1/grants?granter=cosmos1uxlf7mvr8nep3gm7udf2u9remms2jyjqf6efne&grantee=cosmos1ef0ty0wfdayj3j8vhq3qcfhye682w3xspkd4xf But the frontend still indicate Permission Check: Failed .