Can't test/deploy large contracts

Within the past few weeks, the compiler has been fixed to be able to compile larger contracts (> 1 MB), but I cannot seem to test/deploy them.

thread ‘test_create_vault’ panicked at ‘called Result::unwrap() on an Err value: ProviderError(“Server returned 413: Failed to buffer the request body: length limit exceeded”)’,

14 Likes

Fixed Request Body Limit Size by ControlCplusControlV · Pull Request #862 · FuelLabs/fuel-core (github.com)

3 Likes