-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Zip files extracted to external storage are not showing up in OwnCloud Front End. #41268
Comments
This is done with https://marketplace.owncloud.com/apps/extract I assume .... |
@DeepDiver1975, yes. I forgot to add link for the app. It works on the local storage and does not work on the external storage, I guess that the core issue may be with the synchronizing external storage data with the Owncloud, so I decided to create issue here. |
I had a quick look at the app code and I suspect an issue in the file scan logic which happens in https://github.com/prsnbrg/NextcloudExtract/blob/f1d962888a24e02ab6f47cc0aa5e02806b3b9dc9/lib/Controller/ExtractionController.php#L88 @prsnbrg any idea on what might go wrong? THX a lot |
I only have limited time at the moment. Nevertheless, a quick look at the problem. I have tested the current app version with the external storage SFTP with a localhost connection and everything worked without any problems. I also activated the local external storage in the config and configured it. The app also works here without any problems. The owner of the local directory is www-data:www-data (Ubuntu 22.04). I think the problem is the Docker container. @DeepDiver1975 do you have ideas why ownCloud didn't recognize the changes? |
No idea out of the box .... I would require to do some debugging. But it is an interesting finding that this seems to be docker related. THX @prsnbrg |
Steps to reproduce
Expected behaviour
Files/folders are showing up immediately after extracted, no matter if it is Owncloud storage or external storage.
Actual behaviour
It looks like files/folders extracted on external storage are not synchronized until any changes will be made directly on the external storage. I had and I still have set "Check for changes: Once every direct access".
What I tried already:
Server configuration
Operating system: RedHat 8, but we are hosting Owncloud using docker image: owncloud/server:10.14
Web server: as in owncloud/server:10.14
Database: as in owncloud/server:10.14
PHP version: as in owncloud/server:10.14
ownCloud version: 10.14
Updated from an older ownCloud or fresh install: Updated from 10.13
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above): ?
No errors have been found.
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: ActiveDirectory
LDAP configuration (delete this part if not used)
Client configuration
Browser: Latest Edge / Chrome
Operating system: Windows 10 / Windows 11
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: