2017-02-15 85 views
0

我试图向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) 
+0

嗨。您是否尝试过使用不同的浏览器(Chrome,IE,Firefox,Opera)发送请求?这一切发生了吗? –

+0

是的,我已经尝试了不同的浏览器昂从我的手机。同样的问题。 –

+1

我很好奇,如果你可以附上正在发生的任何截图。 – gerardnimo

回答

2

这是由于没有自己的服务器上可用的实际文件script_foot_closure__nb.js谷歌。 “nb”结尾是挪威语(博克马尔)语言环境。我与另一个Google选址(开发者控制台添加移动应用程序)有同样的问题。

尝试将浏览器的默认语言环境更改为例如英语。暂时做,或者使用不同的浏览器(例如Firefox,如果您通常使用Chrome)。

+0

我刚刚发现了这个漂亮的小工具 - Chrome的快速语言切换器:https://chrome.google.com/webstore /细节/快速语言切换器/ pmjbhfmaphnpbehdanbjphdcniaelfie –