Request failed with status code 413 in Defender

When I deployed it, error code 413 came up

Hey @lk2684753!

The error is due to the the JSON artifact being too large. Try to remove compiled artifacts with rm -rf ./artifacts and remove any contracts which will not be deployed from your contracts folder. Then re-compile your contracts to build a leaner artifact, and try to deploy.

Let me know if this works!