Intermittent "500 Internal Server Error" when creating blog posts via API.

XMLWordPrintable

    • 1
    • Minor

      Issue Summary

      We have identified an intermittent technical issue with the Confluence Cloud API when it processes "Wiki" formatted content. Occasionally, the system experiences a small "hiccup" while saving the blog post’s background information.

      Steps to Reproduce

      1. Use Confluence API to create a blog post
      2. Construct the Payload: Use the wiki representation with a content body that includes complex elements (like a table or a macro) to increase the processing time.
      {
        "spaceId": "<spaceID>",
        "status": "current",
        "title": "API Test Blog",
        "body": {
          "representation": "wiki",
          "value": "{info}This is a test blog post with wiki markup{info}\n\n|Column 1|Column 2|\n|---|---|\n|Data A|Data B|"
        }
      } 

      3. Look for the 500 Internal Server Error response.

      Expected Results

      API should work consistently.

      Actual Results

      The API intermittently returns a 500 Internal Server Error.

      Workaround

      • Use the "Storage" format for the most reliable experience.

              Assignee:
              Unassigned
              Reporter:
              Amin A.
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: