You are close to getting it work, just do few debugging. First, open your browser and be sure you are on the Ganache network. In your browser dev console, type
ethereum.request({ method: 'eth_chainId' })
You should get 0x1691 which is the chain id - 5777.
Let me know what you got