Server Error. Bundle size is greater than the 15 MB. Use large resources at organization/environment level
Solved! Go to Solution.
Thanks, @Ashutosh Jha for the question. This is a known issue due to the size of the file.
If your API is based on XML policies and JavaScript, the size of the bundle shouldn't exceed a couple of MBs. However, if your API Proxy is based on Node.js and you're uploading Node.js modules, you may exceed 10 MBs, which should somewhere around that limit. Is there a reason for the size of the bundle?
In order to overcome this issue you have three options:
1) trim down your API Proxy resources from unnecessary files
2) Import resources separately through the Management API
3) try running NPM install on the server through the Management API
CC - @Srini Chebrolu, @oponce@apigee.com, @arghya das, @charles