我是新離子應用程序,目前正在討論像whatsapp聊天。離子什麼是應用程序聊天錯誤:登錄Facebook的不工作
在服務器中,我啓動了app.js,它顯示已連接到mongodb。
在客戶端,我運行離子服務並在瀏覽器中打開url。但是當我點擊登錄Facebook沒有任何反應。在控制檯中我看到下面的錯誤
Attempt local load: :8100/#/login:1 XMLHttpRequest cannot load http://myip:5984/registeruser/?_nonce=1479196427607 . No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin ' http://myip:8100 ' is therefore not allowed access.
app.js:47 Uncaught ReferenceError: cordova is not defined(…)
編輯
科爾多瓦被鏈接爲
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
在服務器端啓用CORS並確保你已加載cordova js –
@Sa E Chowdary crodova已鏈接,仍顯示錯誤 – scriptkiddie1