Firebase支持表单不起作用

时间:2017-02-15 09:59:12

标签: 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)

1 个答案:

答案 0 :(得分:2)

这是因为Google没有在其服务器上提供实际文件script_foot_closure__nb.js。 “nb”结尾是挪威语(Bokmal)的语言环境。我与另一个谷歌(开发者控制台添加移动应用程序)有同样的问题。

尝试将浏览器的默认语言区域更改为,例如英语。可以暂时使用,也可以使用其他浏览器(例如Firefox,如果您通常使用Chrome)。