Skip to main content

I've encountered a blocking error in our plugin development environment that began approximately one week ago:

{
"message": "in setPluginData: This pluginData entry exceeds 100 kB per entry limit."
}

While this 100 kB per entry limit is documented in the official setPluginData documentation, it wasn't actively enforced until recently. Our plugin functionality depends on storing entries larger than this limit.

Questions:

  1. Will this restriction be enforced in the production environment as well for the existing plugins?
  2. If yes, what is the expected timeframe for enforcement in production?

Hello!
 

I’ve run into the same issue and found this post when looking for an answer to this.
Could someone shed some light on this?


Hey all! I asked engineering about this. 

  1. Restrictions are enforced on all plugins - production and existing
  2. This enforcement began on March 17, and there are currently no plans to change this in the near future. You may not have noticed this immediately ​@laurislokalise 

Let me know if you have additional questions.


Reply