Reference
1 min read

INTERNAL_UNARCHIVE_FAILED

Unarchiving of the deployment or resource failed. This is an internal error.
Table of Contents

The INTERNAL_UNARCHIVE_FAILED error typically occurs when the platform encounters a problem trying to extract your deployment's archive. This issue often can be related to one of the following:

  • The structure of your project or the contents within it
  • The size of your deployment bundle for Serverless Functions exceeds the limit. For Serverless Functions, the maximum uncompressed size is 250 MB
500

INTERNAL_UNARCHIVE_FAILED

Internal Server Error

To troubleshoot this error, follow these steps:

  • Check your project files: Check for any files or directories that have been unnecessarily included in the deployment. Removing unnecessary files or directories can help reduce the size of your deployment
  • Check bundle size: Looking into your includeFiles and excludeFiles configuration to specify items affecting the function size. See bundle size limits
Last updated on April 29, 2024