1

我有运行 google 和 facebook 登录的 Horizo​​n 1.1.3 应用程序。昨天我的 facebook 登录停止工作。(谷歌登录正在工作)。尝试登录时出现“oauth provider error” 经过一番调查,我在服务器上看到了这个:

wget https://my_site.com/horizon/facebook?code=...&state=...%2BwagQ%3D
[1] 1736

The name is too long, 337 chars total.
Trying to shorten...
New name is facebook?code=...
--2016-09-11 05:35:05-- https://my_site.com/horizon/facebook?code=...
Resolving my_site.com (my_site.com)... 1.1.1.1
Connecting to my_site.com (my_site.com)|1.1.1.1|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: /?horizon_error=session%20expired [following]
The name is too long, 337 chars total.
Trying to shorten...
New name is facebook?code=...
--2016-09-11 05:35:06-- https://my_site.com/?horizon_error=session%20expired
Reusing existing connection to my_site.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'facebook?code=...'

facebook?code=... [ <=> ] 306 --.-KB/s in 0s

2016-09-11 05:35:06 (30.8 MB/s) - 'facebook?code=...' saved [306]

看起来“code”参数使 url 太长,然后服务器尝试缩短它并削减使请求无效的哈希。有人遇到这个错误吗?

4

0 回答 0