Metadata file HASH mismatch

I am trying to setup a pool using the 05c_regStakepoolCert.sh script, but I get this error:

Metadata HASH Check: Fetching the MetaData JSON file from https://agileandartpool.web.app/brasilPool.metadata.json ... ERROR - HASH mismatch!

Please make sure to upload your MetaData JSON file correctly to your webserver!
Pool-Registration aborted! :-(

The problem is that my remote metadata file is identical to the local file. To make sure, I just replaced the local file with the remote file using wget command. And I still got the same error:

Your local brasilPool.metadata.json with HASH 9dfe9154ef8d10c719481cd2959482f4bb1982a91ba9a69d3d22a183e811a853:

--- BEGIN LOCAL FILE ---
{
  "name": "AGILEANDART BRASIL POOL",
  "description": "BRAZILIAN CARDANO POOL",
  "ticker": "XPOOL",
  "homepage": "https://agileandartpool.web.app/",
  "extended": "https://agileandartpool.web.app/brasilPool.extended.json"
}
--- END LOCAL FILE ---


Your remote file at https://agileandartpool.web.app/brasilPool.metadata.json with HASH 6ec2e8deb7e492209d3668ef49a3e21c64f9681a01c0a3c55daf9ca5115167f9:

--- BEGIN REMOTE FILE ---
{
  "name": "AGILEANDART BRASIL POOL",
  "description": "BRAZILIAN CARDANO POOL",
  "ticker": "XPOOL",
  "homepage": "https://agileandartpool.web.app/",
  "extended": "https://agileandartpool.web.app/brasilPool.extended.json"
}
--- END REMOTE FILE ---

What am I doing wrong?

Hi!

just downloaded the file:
wget https://agileandartpool.web.app/brasilPool.metadata.json --2021-06-16 12:57:50-- https://agileandartpool.web.app/brasilPool.metadata.json Resolving agileandartpool.web.app (agileandartpool.web.app)... 151.101.65.195, 151.101.1.195 Connecting to agileandartpool.web.app (agileandartpool.web.app)|151.101.65.195|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 228 [application/json] Saving to: ‘brasilPool.metadata.json’

Calculating the hash for the metadata gives this result:

$ cardano-cli stake-pool metadata-hash --pool-metadata-file brasilPool.metadata.json 6ec2e8deb7e492209d3668ef49a3e21c64f9681a01c0a3c55daf9ca5115167f9

which is differ from 9dfe9154ef8d10c719481cd2959482f4bb1982a91ba9a69d3d22a183e811a853