搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Google drive + documents (sheets) are not loading

  • 6 个回答
  • 1 人有此问题
  • 443 次查看
  • 最后回复者为 isaac.beckie

more options

My google drive keeps disconnecting, and google drive/google docs links are not working. I have attached a screenshot of the new tab page when I copy paste a google sheets document URL into the search bar and hit enter. After the reloading icon animates, I stay on the new tab page and the url just sits there. The debug console shows 1 GET request that is timed out (picture also attached).

I can fix the issue by completely closing all firefox windows and opening again, but it will disconnect me after some minutes.

My google drive keeps disconnecting, and google drive/google docs links are not working. I have attached a screenshot of the new tab page when I copy paste a google sheets document URL into the search bar and hit enter. After the reloading icon animates, I stay on the new tab page and the url just sits there. The debug console shows 1 GET request that is timed out (picture also attached). I can fix the issue by completely closing all firefox windows and opening again, but it will disconnect me after some minutes.
已附加屏幕截图

被采纳的解决方案

It seems many are having problems with Google sites. You could try changing the preference mentioned in the answer linked below.

https://support.mozilla.org/en-US/questions/1375929#answer-1502270

定位到答案原位置 👍 1

所有回复 (6)

more options
more options

选择的解决方案

It seems many are having problems with Google sites. You could try changing the preference mentioned in the answer linked below.

https://support.mozilla.org/en-US/questions/1375929#answer-1502270

more options

Terry said

It seems many are having problems with Google sites. You could try changing the preference mentioned in the answer linked below. https://support.mozilla.org/en-US/questions/1375929#answer-1502270

I will try this today, and see how it works. Thanks for the response!

more options

jonzn4SUSE said

They are working for me. See screenshot Did you try Firefox in Safe Mode? https://support.mozilla.org/en-US/kb/diagnose-firefox-issues-using-troubleshoot-mode#w_how-to-start-firefox-in-4troubleshoot-modesf5safe-modesf Also, clear your browser cache. https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox

I will try safe mode and see if it works. I have also tried clearing cache in the past and the issue persisted after a new session was started (sorry I forgot to mention it). Thanks!

more options

This could be a problem with the TLS 1.3 Early Data feature also known as Zero Round Trip Time Resumption (0rtt). You can try to set security.tls.enable_0rtt_data = false on the about:config page to disable this feature until this is fixed by Google or Mozilla to see if that helps.

See also:

more options

cor-el said

This could be a problem with the TLS 1.3 Early Data feature also known as Zero Round Trip Time Resumption (0rtt). You can try to set security.tls.enable_0rtt_data = false on the about:config page to disable this feature until this is fixed by Google or Mozilla to see if that helps. See also:

I have done this as also recommended by Terry today. Everything is working now! Reading that linked thread, I strongly believe it is the same issue. Thank you both!