-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
UI Issue in Photos App - Unable to Select Folder #2770
Comments
Hi, I have the same problem. With 30.0.4 was everything ok. Plase fix it soon. Thank you |
This comment has been minimized.
This comment has been minimized.
I'm having this problem too, I am using the Snap package with a self signed certificate. Console logs an SSL and Service Worker registration error as soon as I open the photos app, then I get both Here's the log file exported from the browser's developer tools. I have redacted usernames and parts of the URL which relate to my local network. |
I see it too on Nextcloud 30.0.5 and Photos 3.0.2 on both Firefox and Chrome. This is a completely vanilla setup from docker image so I was panicking, but glad to see I am not alone. Here are the error messages I get in console in Firefox when I click "Add Folder..."
|
I am also facing this issue. Very non user-friendly workaround: occ user:setting ${USER} photos photosSourceFolders '["/Path/to/folder"]' edit people below seem to have shell escaping issues, so depending on your shell you might need to use the following instead: occ user:setting ${USER} photos photosSourceFolders ['"/Photos"'] Note that all the paths must be relative to the root of the USERs main Nextcloud directory |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I got the same behaviour with 30.0.5 on Safari and Chrome. |
Facing same issue after upgrading to 30.0.5 from 30.0.4 using lscr.io/linuxserver/nextcloud Docker image. @beardhatcode - I appreciate that you shared this. I would not have pieced that command together based on the docs. However, after running this to specify 1 folder (a folder shared by another user) it is causing me more issues. After adding it for my user, Nextcloud fails to load the "Photos" app page at all: just shows the top nav and background image but doesn't load anything else on the page. The Files app page loads normally. I used that as my path definition; e.g. from my files I used "/myphotos/" and "/MYUSER/files/myphotos/" as the path to no avail. Is that supposed to be relative to my home or the server? Ah, Edit: The command I needed to run was relative to the user, so "/myphotos" is correct, but I needed escape characters for the double quotes and single quotes inside the square brackets. Changed the command to this:
The default path in the config is |
This evening I tried to change the Photo folder. I have the same situation as you @glossyio . Nextcloud fails to load the photo app after the occ command. I tried to fix it with yours solution, but That not working in my situation. The occ command does change the setting, but the photo page does not show any picture. Command: Replies: Do you have another solution? |
The command |
I had to use the backward-slashes in front of the double quotes INSIDE the single quotes to make it work: my command was: if you have another user that you didn't change, run |
Thank you. The setting from another user isn't available: Maybe because this is a new Nextcloud installation. The Photo page works when I login as Joe. After removing the setting from the database: In my situation I can change the photo folder with this command: |
Thanks for sharing the fixes. What worked for me: |
Hi, do you know how long it takes to fix it with the new version? |
Describe the bug
There is a UI issue in the Photos app where the interface appears broken. Specifically, users are unable to select a source folder for media. The folder selection dialog overlaps incorrectly, preventing interaction with the options.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The folder selection dialog should display correctly, allowing users to select folders without any overlapping or visual errors.
Screenshots
System (please complete the following information):
The text was updated successfully, but these errors were encountered: