Oh Sheet! Your app is too large to publish

Sometimes Glide can fail to publish your app if it has too many screens or columns. If you get the “Your app is too large to publish,” try these steps to lower your app’s size:

  1. Check if your app has any long custom value entries not coming from your database. Big data URLs can considerably affect the size of your app.

  2. Check for HTML code in custom rich text components that embeds images, i.e. if you have any HTML like this (data:image/png;base64,iVBORw0KGgoAAAANSgAAAAQAAAA...etc..), or CSS code in rich text components.

  3. Check the number of screens you have, independent screens configurations for specific rows, the number of computed columns.

The issues you may be having can be caused by any combination of all of these factors, so significantly reducing as many of these items will allow the Glide engine to more efficiently load and publish your app and improve performance for the users of your apps.

Our team is constantly working to improve your experience.

Last updated