Skip to content

bug: cannot verify on devnet.5: 413 Request Entity Too Large #587

@jimjimvalkema

Description

@jimjimvalkema

I tried to verify the standard token contract on aztec devnet.5 but i got:

{"statusCode":413,"statusMessage":"Request Entity Too Large","data":"<html>\r\n<head><title>413 Request Entity Too Large</title></head>\r\n<body>\r\n<center><h1>413 Request Entity Too Large</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"}

Seems like there is limit here which is set far too low!

I also made a fork of the sdk here: https://github.com/jimjimvalkema/aztec-scan-sdk

To reproduce:

install

git clone https://github.com/jimjimvalkema/aztec-scan-sdk.git;
cd aztec-scan-sdk/;
npm install;

deploy

npm run deploy-contract;

attempt verification (fails)

npm run register-artifact ./artifacts/deploymentArtifact.json;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions