-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
update to sub folder with specific name not working #11473
Comments
More information: Does this make any sense? Well, I tested it and it seems to be the trigger .. I still don't have any clue about the reason ... Did a tree of the /data/USER/files (shortened here, and the capitalized names are replaced)
|
As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen. |
@skjnldsv I can still reproduce the issue on the server I noticed it first, I can also reproduce it in my second Nextcloud instance via Docker on a completely different server. Update: Just to clarify things: I tested today by creating a folder called "Werbeanzeigen" and entering it. Creating a sub-folder called "test" does not work and shows an error stating that it lost connection to the server. |
So, I really don't understand, tried it with "Werbeanzeigen" too, worked fine. For me it looks like a configuration issue or something 🤔 |
Did you really try to work with the new folder (the creation works) and add content to it? Well, it might actually be down to a configuration issue but both instances have a somewhat different config, one is running via Docker, the other one via Apache2 via lighttpd. Direct access (bypassing lighttpd which is the only obvious "special feature" in my setup) produces the same problem. Oh wait, there's one hint how the bug in the second instance might have appeared: I used that "Werbeanzeigen" folder initially in a folder on my first instance. I used a remote (federated) share to copy all the files into it and "migrate" it to my new server. It might be that the problem kinda transferred (because of some ill-formed folder content / metadata or something) to the new instance. |
yes, I tried reproducing your full explanations. |
Instance 1: Project structure with "Werbeanzeigen" where issue appeared first So I used a fed share to migrate / move the project's share into another nextcloud. Now I detected the issue on both of them 😂 I'll try to play around with new docker installations as soon as I get some time for it, e .g. testing in a new nextcloud, sharing the content, copying it again etc |
I created a folder from my nextcloud accunt. Another subfolder in there. And for some reason I'm unable to change content in it via the web interface in firefox.
Expected behaviour:
Upload should work like in the other folders or in chromium.
Deleting files should delete the files.
Actual behaviour
The upload progress bar is shown, but not changing. No data seems to be transferred.
Removing files leads to a "Verbindung zum Server verloren" (Connection to server lost) message at the top of the screen.
Server configuration
Operating system: Debian Stretch 9.5
Web server:
lighttpd/1.4.51-devel-lighttpd-1.4.50-7-ge0260a41 (ssl)
and
Server version: Apache/2.4.25 (Debian)
Server built: 2018-06-02T08:01:13
(lighttpd is the default webserver, but I tested with Apache2 to make sure it's not related to the web server)
Database: MariaDB
PHP version:
PHP-FPM7.0 (lighttpd) and apache2 mod_php (7.0)
debian packages
Nextcloud version: 14.0.1
Updated from an older Nextcloud/ownCloud or fresh install: Recently migrated (but working on new host), updated today in case it fixes the error
Where did you install Nextcloud from: Manual, instructions from website
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Client configuration
Browser: Firefox 64.0a1 (2018-09-29)
Operating system: Debian Stretch 9.5
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
shortened, incl. only entries starting from todayBrowser log
Browser log
This might be interesting ... ``` Source-Map-Error: TypeError: NetworkError when attempting to fetch resource. Ressourcen-Adress: https://cloud.fralix.ovh/apps/notifications/js/notifications.js?v=4185c0c2-2 Source-Map-Adress: notifications.js.map[Weitere Informationen] GET https://cloud.fralix.ovh/svg/core/actions/close/000?v=1 [HTTP/1.1 200 OK 149ms] TypeError: response is undefined; can't access its "message" property[Weitere Informationen] ```Note: I was made aware of the problem by a custome. Reproducible with shared link upload.
I was not able to reproduce with Chromium-Browser.
The text was updated successfully, but these errors were encountered: