craftcms / redactor

Edit rich text content in Craft CMS using Redactor by Imperavi.
https://plugins.craftcms.com/redactor
MIT License
100 stars 48 forks source link

Can't select available volumes #485

Closed tibbis closed 3 months ago

tibbis commented 9 months ago

Description

Can't select available volumes in the redactor field settings and the window is empty when trying to select an asset in the frontend.

Screenshot 2024-02-05 at 09 49 36

Steps to reproduce

  1. Add Redactor field to section
  2. Try to select assets

Additional info

Redactor config: { "buttons": [ "html", "formatting", "bold", "italic", "deleted", "unorderedlist", "orderedlist", "outdent", "indent", "link", "file", "alignment", "horizontalrule" ], "formatting": [ "p", "blockquote", "pre", "h1", "h2", "h3", "h4", "h5", "h6" ], "plugins": ["alignment", "table", "imagemanager"] }

iamtompickering commented 3 months ago

Also having this issue, is there any update on a fix for this?

tibbis commented 3 months ago

Also having this issue, is there any update on a fix for this?

It was related to servd asset plugin: The two things that control what Volumes show on the Field Settings' page are

  1. The existence of Volumes
  2. Whether the filesystem associated with the volume has its 'Files in this filesystem have public URLs' option enabled

the second point fixed it for me!

iamtompickering commented 3 months ago

@tibbis cheers for this!