nextcloud / photos

📸 Your memories under your control
GNU Affero General Public License v3.0
572 stars 62 forks source link

Media folders may not contain an ampersand (&) in the folder name #2545

Open DS4711 opened 3 months ago

DS4711 commented 3 months ago

Describe the bug When adding a media folder containing an "&" in the folder name (e.g. "Foto & Film") the photo app reports "An error occurred".

To Reproduce Steps to reproduce the behavior:

  1. Create a new folder containing the char &, e.g. "Foto & Film"
  2. Add the newly created folder in the settings of the photos app as "Media folder"
  3. See error "An error occurred" in the web browser. No exception is logged in the nextcloud log.

Expected behavior The folder "Foto & File" should show media files.

Nextcloud Server version 29

Screenshots image image

LevAnni777 commented 3 months ago

Confirmed!! I've been seeking for possible cause why "An error occured" message appeared for hours until I found that the media folder can't have & in its name.

joshtrichards commented 2 months ago

Possibly related: #2065