Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't select available volumes #485

Closed
tibbis opened this issue Feb 5, 2024 · 3 comments
Closed

Can't select available volumes #485

tibbis opened this issue Feb 5, 2024 · 3 comments
Labels

Comments

@tibbis
Copy link

tibbis commented Feb 5, 2024

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

  • Craft version: Craft Solo 4.7.1
  • PHP version: 8.1.22
  • Database driver & version: Servd platform 3.5.9
  • Plugins & versions: Redactor 3.0.4

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"] }

@tibbis tibbis added the bug label Feb 5, 2024
@iamtompickering
Copy link

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

@tibbis
Copy link
Author

tibbis commented Aug 12, 2024

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!

@tibbis tibbis closed this as completed Aug 12, 2024
@iamtompickering
Copy link

@tibbis cheers for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants