Problems deploying the ledger canister

-I’ve followed the instructions from here line for line but keep running into this error when deploying the ledger canister locally…can someone help please?

dfx deploy ledger --argument ‘(record {minting_account = "’${MINT_ACC}‘"; initial_values = vec { record { "’${LEDGER_ACC}‘"; record { e8s=100_000_000_000 } }; }; send_whitelist = vec {}})’
Deploying: ledger
Creating canisters…
Creating canister ledger…
ledger canister created with canister id: si2b5-pyaaa-aaaaa-aaaja-cai
Building canisters…
Installing canisters…
Creating UI canister on the local network.
The UI canister on the “local” network is “sp3hj-caaaa-aaaaa-aaajq-cai”
Installing code for canister ledger, with canister ID si2b5-pyaaa-aaaaa-aaaja-cai
Error: Failed while trying to deploy canisters.
Caused by: Failed while trying to deploy canisters.
Failed while trying to install all canisters.
Failed to install wasm module to canister ‘ledger’.
Failed to install wasm in canister ‘si2b5-pyaaa-aaaaa-aaaja-cai’.
Failed to install wasm.
The replica returned an HTTP Error: Http Error: status 413 Payload Too Large, content type “”, content: Request 0x5c4f87c6b3445317ef072c220f3e4db7311ed6717742e2f7509b6c1553510464 is too large. Message byte size 2494455 is larger than the max allowed 2097152.

This is an ancient docs preview (at least 5 months outdated). How did you end up there? This shouldn’t be linked anywhere. The current version of this document is here: ICP ledger local setup | Internet Computer

Yes thank you, I have now solved this problem