-
Bug
-
Resolution: Support Request
-
Highest
-
Severity 3 - Minor
-
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
The team calendars became slow, and one them stopped loading since last week (~2014-10-13)
https://inbrands.jira.com/wiki/calendar/mycalendar.action
By checking the Firebug console panel, I found out one of the JSON files comes truncated, around 70KB, which causes a PARSER error:
SyntaxError: JSON.parse: unterminated string literal at line 1 column 73105 of the JSON data.
The JSON ( https://inbrands.jira.com/wiki/rest/calendar-services/1.0/calendar/events.json?subCalendarId=79056a4d-2833-49fc-9741-92a1a55b9825&userTimeZoneId=America%2FSao_Paulo&start=2014-08-30T00%3A00%3A00Z&end=2014-12-12T00%3A00%3A00Z&_=1413899359766 )
loads normally IF I change the START and END date, making it smaller
The DELETE request also fails with the message :
"XML Parsing Error: no element found Location: moz-nullprincipal:{380833f5-45cb-044b-ba74-222993578c70} Line Number 1, Column 1: ^" DELETE https://inbrands.jira.com/wiki/rest/calendar-services/1.0/calendar/preferences/events/hidden.json
It's probably an issue with description and comments size.
- is related to
-
CONFSERVER-48612 Team Calendar not loading (JSON error)
-
- Closed
-