-
-
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
[Bug]: files index load indefinitely -> Uncaught (in promise) TypeError: e.vm is null
#32582
Comments
FWIW, it seems to happens quasi systematically (but not only |
Have the same issue on several instances. Different from @Ornanovitch in our deployments it's Apache instead of Nginx, and regarding the user-backends, SSO-SAML is not activated. |
Yes same issue here as well. |
I can confirm this issue as well. Page will not load, until refresh and trying again from scratch.
|
Some of our users have the very same problem here since v24 :
We are all using Firefox 91.8.0 ESR on the same network and the same instance of Nextcloud, but only some users have this behavior. Using the impersonate app to reproduce the bug on a non-affected computer doesn't work : bug is not related to user profile, it seems to be browser-related. We cannot reproduce the bug under Chrome. |
Thanks, nice catch. I'm on Firefox>100. I'll try with Chromium to see if I can reproduce or not. @Danger89 @effatee @cetcondor are you also using Firefox? |
Nope... Safari 15.4 |
But... Just installed Firefox and Chrome to check. |
OK, so maybe this is somehow a reproducible bug only for a daily/normal use of NC with the same browser. |
I've just completely cleared cache/history and restarted Safari. Now each time I go to NC, files load normally. issue is gone... |
We have had a similar issue with OnlyOffice file loading and that was a cache problem (an old js file was very persistent, and we had to delete it manually in firefox cache folder !). Maybe the way nextcloud deals with browser cache is problematic ? |
OK thanks! I just cleared my browser's cache, I'll let you know if it works durably 🤞 If it does, I agree with @Mer0me that this is still a problematic behavior and that we should let this issue opened. |
Yes. Firefox 101.0 |
No luck for me, the bug keeps happening :/ |
Some news about this bug ? It's very annoying... |
No idea sorry |
Still happening for me too. |
Can you reproduce error on v24.0.2 ? I've switched to this version this week and it seems to solve most of the problems. |
My personal experience: Not fixed in v24.0.2 |
My bad, I could reproduce the bug today on 24.0.2. It's very annoying. Is there any plan to resolve it ? |
I have the same problem with firefox and safari on different computers and with different users. No problems with chrome. NC 24.0.2. Clearing cache did not help. |
The files.js:173:6 seems to refer to /var/www/nextcloud/apps/text/js/text-files.js so I tried to disable "Text" app, and it seems to work. Could you test that on your instances ? |
This is it, I confirm! Bug reappears as soon as I activate Text App again. Good catch :) |
@juliushaertl does it worth moving this issue to the Text App repo or should it remain here? |
It takes me some time to find out but I'm proud of me ! |
This is actually a regression caused by a timing issue where the response of the propound was hitting to early with https://github.com/nextcloud/text/pull/2193/files#diff-7b59ac385a5893f449345a411c1f98c8efc6735bab45bed8de4b354a12dc275cR172. This got addressed by nextcloud/text#2677 and will be available with the next maintenance release. |
Awesome, thanks a lot! |
Bug description
Randomly (it seems), my files index (root folder) hangs on loading and I'm forced to click on the file app again to get it loaded. When it hangs, it doesn't help to just reload the page, as if I had to recall the home URL to get threw the full redirection steps.
No error into NC logs, but FF console shows this:
Steps to reproduce
I don't know... just navigate :/ (see also #32582 (comment))
Expected behavior
My folder should load consistently.
Installation method
Manual installation
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version: 23.0.5 -> 24.0.1
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: