Skip to content
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

Closed
johnwmail opened this issue Oct 16, 2018 · 21 comments
Closed
Labels

Comments

@johnwmail
Copy link

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

@johnwmail
Copy link
Author

How to debug?
Thanks.

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #5345 (Nextcloud 12 doesn't work with chrome), #11784 (14.0.3), #6604 (Can't access nextcloud 12.0.3), #11821 (Nextcloud 14.0.3 dont start after Update postgresql 10), and #6757 (Nextcloud Upgrade 11.0.2 to 11.0.3 not possible).

@Knot3n
Copy link

Knot3n commented Oct 16, 2018

Are you using some Plugins with IE/Firefox?

Need logs from Nginx / PHP-FPM / Nextcloud Logs.

@johnwmail
Copy link
Author

johnwmail commented Oct 16, 2018

Are you using some Plugins with IE/Firefox?

No plugins/extensions, I tried rm -rf ~/.mozilla, still have the problem.

Need logs from Nginx / PHP-FPM / Nextcloud Logs.

Nothing in nextcloud.log (really nothing)

no error in nginx.log, only normal access log like below
"PROPFIND https://cloud.domain.com/remote.php/webdav/works/%E9%9D%92%E9%A6%AC%E5%A4%A7%E6%A9%8B/old/ HTTP/1.1" 207 44649 "-" "Mozilla/5.0 (Android) Nextcloud-android/3.3.0" 0.065
"PROPFIND https://cloud.domain.com/remote.php/dav/files/tuthk/local HTTP/1.1" 207 384 "-" "Mozilla/5.0 (Windows) mirall/2.3.1 (build 8) (Nextcloud)" 0.075

Any idea, how to enable debug log, or something can collect more informatio?
Thanks.

@Knot3n
Copy link

Knot3n commented Oct 16, 2018

@johnwmail
Copy link
Author

Very funny, when I enable debug => true,
Firefox can work normal again, (still nothing in nextcloud.log)

When I remove debug => true,
Or debug => false in config.conf,
Then firefox can not work again.

Very funny, enable debug is workaround in my case 😁

@Knot3n
Copy link

Knot3n commented Oct 16, 2018

Hm, thats a workaround but not a fine fix ... dont know if others have that problem.

Maybe a fresh installation will help ?
I cant reproduce that problem ... really

@enoch85
Copy link
Member

enoch85 commented Oct 17, 2018

Firefox works here, so it's probably some user configuration error. Does it work from a clean Firefox installation on another computer with debug mode off?

@johnwmail
Copy link
Author

No, it does not work even with clean Firefox installation on another computer

@johnwmail
Copy link
Author

Only me have this problem?

@torstenbunde
Copy link

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.

@johnwmail
Copy link
Author

Hi, please also ask your colleague, is it enable debug can solve the problem?

@enoch85
Copy link
Member

enoch85 commented Nov 6, 2018

(updating from 5.6 to 7.0)

To me that's rather an issue with the PHP config (i.e missing modules), but I might be wrong.

@creopard
Copy link

creopard commented Nov 6, 2018

Since you are using nginx (maybe with http2), have a look at
https://help.nextcloud.com/t/nextcloud-12-wont-load-on-firefox-on-http2/20333/3

@johnwmail
Copy link
Author

johnwmail commented Nov 7, 2018

No, I tried remove http2 or disable "network.http.spdy.enabled.http2" in firefox, but still no luck.

@enoch85
Copy link
Member

enoch85 commented Nov 7, 2018

@johnwmail What if you downgrade to PHP 7.2?

@johnwmail
Copy link
Author

@enoch85 No, I already tried before, php 7.2 still have the problem

@torstenbunde
Copy link

torstenbunde commented Nov 7, 2018

Hi, please also ask your colleague, is it enable debug can solve the problem?

@johnwmail: If he uses debug => true, in his config the login with Firefox works! If he sets this option to false after that (or is removing it from the config), logs out and tries to log in again the login will also work (even one day later).

@johnwmail
Copy link
Author

@torstenbunde If I remove or disable debug, Firefox still can login, but cannot see the files anymore.

@torstenbunde
Copy link

@torstenbunde If I remove or disable debug, Firefox still can login, but cannot see the files anymore.

@johnwmail My colleague still sees all files.

@johnwmail
Copy link
Author

After upgrade to 14.4, the problem is gone.
So, I close this bugreport.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants
@johnwmail @enoch85 @torstenbunde @creopard @nextcloud-bot @Knot3n and others