You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying Strapi with strapi-plugin-cache in an AWS environment (Kubernetes pods), the plugin throws the following error:
InternalServerError: stream is not readable at readStream (/opt/node_modules/strapi-cache/node_modules/raw-body/index.js:185:17) at executor (/opt/node_modules/strapi-cache/node_modules/raw-body/index.js:120:5) at new Promise (<anonymous>) at Object.getRawBody [as default] (/opt/node_modules/strapi-cache/node_modules/raw-body/index.js:119:10) at middleware (/opt/node_modules/strapi-cache/dist/server/index.js:232:52)
This does not occur in local development but consistently fails in production deployment on AWS.