-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Ecosystem, Macros - Create from Template
-
None
-
Minor
Issue Summary
If you try to publish a page using a global template, you will get an error
"We're having trouble connecting right now
Give us a few seconds to reconnect, and you can resume your work."
Steps to Reproduce
- Create a new page
- Add a template a global template eg: Troubleshooting Article
- Click publish
Expected Results
The page is published without any issues.
Actual Results
The page stays in draft with this error:
"We're having trouble connecting right now
Give us a few seconds to reconnect, and you can resume your work."
Browser tools:
{
"statusCode": 500,
"data": {
"authorized": true,
"valid": true,
"errors": [],
"successful": true
},
"message": "com.atlassian.confluence.api.service.exceptions.ecosystem.ServiceException: Error fetching blueprint context"
}
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available