-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Nextcloud 14.0.3 only work with chromium/chrome, not work with IE/firefox #11867
Comments
How to debug? |
Are you using some Plugins with IE/Firefox? Need logs from Nginx / PHP-FPM / Nextcloud Logs. |
No plugins/extensions, I tried rm -rf ~/.mozilla, still have the problem.
Nothing in nextcloud.log (really nothing) no error in nginx.log, only normal access log like below Any idea, how to enable debug log, or something can collect more informatio? |
Hi, https://docs.nextcloud.com/server/13/developer_manual/general/debugging.html For the Debugging. |
Very funny, when I enable debug => true, When I remove debug => true, Very funny, enable debug is workaround in my case 😁 |
Hm, thats a workaround but not a fine fix ... dont know if others have that problem. Maybe a fresh installation will help ? |
Firefox works here, so it's probably some user configuration error. Does it work from a clean Firefox installation on another computer with |
No, it does not work even with clean Firefox installation on another computer |
Only me have this problem? |
You are not the only one having this problem @johnwmail. A colleague of me updated his installation yesterday from version 13 to 14.0.3. After fixing some minor problems with php modules (updating from 5.6 to 7.0) he also has the problem that logins do not work with Firefox but with Google Chrome. I will ask him again but as far as I know he is using the actual version 63 of this browser and also doesn't use any plugins. |
Hi, please also ask your colleague, is it enable debug can solve the problem? |
To me that's rather an issue with the PHP config (i.e missing modules), but I might be wrong. |
Since you are using nginx (maybe with http2), have a look at |
No, I tried remove http2 or disable "network.http.spdy.enabled.http2" in firefox, but still no luck. |
@johnwmail What if you downgrade to PHP 7.2? |
@enoch85 No, I already tried before, php 7.2 still have the problem |
@johnwmail: If he uses |
@torstenbunde If I remove or disable debug, Firefox still can login, but cannot see the files anymore. |
@johnwmail My colleague still sees all files. |
After upgrade to 14.4, the problem is gone. |
Nextcloud version (eg, 12.0.2): 14.0.3
Operating system and version (eg, Ubuntu 17.04): debian/sid/amd64
Apache or nginx version (eg, Apache 2.4.25): nginx 1.14.0-1
PHP version (eg, 7.1): php-fpm 7.3.0~rc3-1
The issue you are facing:
I noticed my home server only work on chromium, when I use firefox/IE to login via web interface,
I can not see the files (https://imgur.com/a/0JPd9Jd 3)
When I use chromium/chrome, everything work fine (https://imgur.com/a/q0ny2nl)
https://help.nextcloud.com/t/nextcloud-14-0-3-only-work-with-chromium-chrome-not-work-with-ie-firefox/39212
The text was updated successfully, but these errors were encountered: