コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6317 ビュー

I'm trying to connect Facebook login using app id as client ID on odoo 10.0, I have added the website domain to the app. However, I'm getting this error.

 Insecure Login Blocked: You can't get an access token or log in to this app from an insecure page. Try re-loading the page as https://

I have added web.base.url.freeze system parameter as True
and set https on web.base.url but no luck. 

アバター
破棄
著作者 最善の回答

I had solved this problem after a sound sleep but, forgot to update this thread.  I think I should update it.

The problem was, I forgot to enable proxy_mode on my odoo configuration file '/etc/odoo.conf' hence, it was not working!
I just added the following to my odoo.conf and it was solved!

proxy_mode=True

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 15
6873
2
5月 25
18068
4
7月 17
9131
1
3月 17
5739
4
3月 15
8907