Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

82006: Environment Context too large

Twilio Functions DocumentationServerless

Description

description page anchor

Context of the function has exceeded maximum limit. Reduce the context size and try again.

Possible causes

possible-causes page anchor

Context size consists of account metadata, domain name, path and Environment variables stored as a JSON string. If this string exceeds 3KB, invocations may fail.

Try reducing number of Environment Variables or size of the Environment Variables stored.