In the docs:
https://docs.massa.net/docs/deweb/cli/config
it lacks a comma after 64000
{
"wallet_password": "your-wallet-password",
"wallet_path": "your-wallet.yaml",
"node_url": "https://mainnet.massa.net/api/v2",
"chunk_size": 64000
"metadatas": {
"TITLE": "My Website",
"DESCRIPTION": "This is my website",
"KEYWORD1": "deweb",
"KEYWORD2": "massa",
}
}
In the docs:
https://docs.massa.net/docs/deweb/cli/config
it lacks a comma after 64000
{ "wallet_password": "your-wallet-password", "wallet_path": "your-wallet.yaml", "node_url": "https://mainnet.massa.net/api/v2", "chunk_size": 64000 "metadatas": { "TITLE": "My Website", "DESCRIPTION": "This is my website", "KEYWORD1": "deweb", "KEYWORD2": "massa", } }