The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why don't my image attachments expand?

External IS OPS
November 1, 2018

When I click an image it just blips the screen and doesn't expand.

 

The f12 recorder says "

  1. Request URL: http://wiki.sfmic.com/rest/files/1.0/files/content/8749156/byAttachmentIds
  2. Request Method: POST
  3. Status Code: 404"

    This page was created via 'import from word'.2018-11-01_11-43-26.jpg

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
External IS OPS
November 1, 2018

Cause

This problem happens because one or more application modules accountable for rendering file previews has been disabled. The modules are related to below plugins:

  • Confluence File Notifications
  • Confluence Files

As Confluence restful calls used to render the files does not work without some modules made available through above plugins, the files are not rendered. To confirm that this is indeed the problem, you can grep the application logs for entries similar to the ones below:

2018-03-12 15:00:14,723 INFO [http-nio-443-exec-2] [atlassian.plugin.manager.DefaultPluginManager] broadcastPluginDisabling Disabling com.atlassian.confluence.plugins.confluence-file-notifications

2018-03-12 15:00:14,773 INFO [http-nio-443-exec-2] [atlassian.plugin.manager.DefaultPluginManager] broadcastPluginDisabling Disabling com.atlassian.confluence.plugins.confluence-files

And in parallel to that, you may want to capture a .HAR File and observe the response given by the application to restful calls - It should be a 404 since the plugins are disabled:

TAGS
AUG Leaders

Atlassian Community Events