Collectives Image file not found

Ok so I am trying to wrap my head around all this (frankly, its very weird) Circles/Collectives/Groups/user permissions system.

I want all users to see all “collectives” so I just dropped all the root folder collectives I did into a subfolder called “wiki” and then gave everyone permissions, good enough.

But now for users that didnt create the original collective (even admins) images are not beign displayed.
image

I can see the images in the same folder as the .md files and I can access them

if I “relink” the image by editing it it still shows as “file not found” when I click it.

even if I impersonate a user that can see the images I still dont see them…

something is wonky here and I dont know what, some caching maybe? where should I look for fixes?

Good to hear you found a way that works for you. Alternatives that come to my mind would be

  • Putting everything into a single collective and using Pages and subpages for structuring the different aspects
  • Allowing Groups in circles (admin setting) and then adding everyone to one group and linking that group to every collectives circle.

We just released a new version that has some fixes for displaying images. Not sure if we are covering the issue you are seeing.

To narrow it down could you answer a few questions?

  • Which version of nextcloud are you using?
  • Which version of the collectives app are you using?
  • Can you see the images when opening the .md file in the files app?
  • Can you see the images when opening the corresponding page without editing it?
  • Can you see the images when editing the page?
  • Could you upload the markdown file in question?
  • When the images do not display you should see a failing request in the developer tools of your browser. (Usually you can open those by pressing ctrl, shift and “i” or “j” at the same time. Click on the network tab and then open the page in question. Look for a red line that has a response code of ‘404’ and looks like it tries to load the image. Maybe you can attach a screenshot of the network requests or the link that it failed to load.

Thanks,
Azul