Firebase 支持表单不起作用



我正在尝试向Firebase发送支持请求,但表单不起作用。

还有其他人有同样的问题吗?如何聯繫 Firebase?

从我的控制台:

GET https://firebase.google.com/_static/b0fba24d51/js/script_foot_closure__nb.js 
(index):1168 GET https://firebase.google.com/_static/b0fba24d51/js/script_foot_closure__nb.js 404 ()
script_foot.js:288 Uncaught TypeError: Cannot read property 'initSettings' of undefined
    at Object.devsite.devsite.Init (script_foot.js:288)
    at (index):1171
    at (index):1176
devsite.devsite.Init @ script_foot.js:288
(anonymous) @ (index):1171
(anonymous) @ (index):1176
(index):1154 Uncaught TypeError: Cannot read property 'Widget' of undefined
    at HTMLDocument.<anonymous> ((index):1154)
    at i (jquery-bundle.js:40)
    at Object.fireWith [as resolveWith] (jquery-bundle.js:40)
    at Function.ready (jquery-bundle.js:40)
    at HTMLDocument.J (jquery-bundle.js:40)
这是

由于Google在其服务器上没有可用的实际文件script_foot_closure__nb.js。"nb"结尾表示挪威语(博克马尔语(区域设置。我在另一个谷歌网站(开发人员控制台添加移动应用程序(上遇到了同样的问题。

尝试将浏览器的默认区域设置更改为英语。要么暂时这样做,要么使用不同的浏览器(例如,如果您通常使用Chrome,请使用Firefox(。

最新更新