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
Because the UI attempts to load all the information needed to display the outline in a single http request, and AppEngine caps data returned to 32MB if the info required to display the outline exceeds this, it results in: "Unable to parse JSON" being displayed, and showing nothing.
The text was updated successfully, but these errors were encountered:
I've implemented a fix for this as well, and the only catch was to ensure that we aren't truncating values for urlsafe Keys (otherwise pipeline children won't load if they have keys > 100 char truncation limit).
Because the UI attempts to load all the information needed to display the outline in a single http request, and AppEngine caps data returned to 32MB if the info required to display the outline exceeds this, it results in: "Unable to parse JSON" being displayed, and showing nothing.
The text was updated successfully, but these errors were encountered: