Hi, Am 11.02.2016 um 11:59 schrieb Shane Tomlinson: > Can you take a screen shot of the error you are seeing, and perhaps of > the dev console as well to see which of the requests are returning a > 4xx, 5xx, or 0 response? >
screenshot can be found here: http://projects.ntcomputer.de/images/fxaccount-error.png (it is in german though) And, well, there are no 4xx or 5xx response codes. Every request is handing back a 200. The following can be found in the server logs upon requesting this particular page: fxa-auth-server: {"Timestamp":1455190715926000000,"Logger":"fxa-auth-server","Type":"request.summary","Severity":6,"Pid":1785,"EnvVersion":"2.0","Fields":{"op":"request.summary","code":200,"errno":0,"rid":"1455190715915:ffsync2:1785:iki1fyxw:10124","path":"/v1/session/status","lang":"de,en-US;q=0.7,en;q=0.3","agent":"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0","remoteAddressChain":"[\"192.168.1.50\",\"127.0.0.1\"]","t":11,"uid":"<myuid>"}} {"Timestamp":1455190716107000000,"Logger":"fxa-auth-server","Type":"SessionToken.isFresh","Severity":6,"Pid":1785,"EnvVersion":"2.0","Fields":{"op":"SessionToken.isFresh","uid":"<myuid>","tokenAge":796370,"fresh":true}} {"Timestamp":1455190716110000000,"Logger":"fxa-auth-server","Type":"activityEvent","Severity":6,"Pid":1785,"EnvVersion":"2.0","Fields":{"event":"account.signed","userAgent":"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0","uid":"<myuid>","account_created_at":1455189919736}} {"Timestamp":1455190716110000000,"Logger":"fxa-auth-server","Type":"request.summary","Severity":6,"Pid":1785,"EnvVersion":"2.0","Fields":{"op":"request.summary","code":200,"errno":0,"rid":"1455190716026:ffsync2:1785:iki1fyxw:10125","path":"/v1/certificate/sign","lang":"de,en-US;q=0.7,en;q=0.3","agent":"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0","remoteAddressChain":"[\"192.168.1.50\",\"127.0.0.1\"]","t":84,"uid":"<myuid>"}} fxa-auth-db-mysql: {"Timestamp":1455190715925000000,"Logger":"fxa-auth-db-server","Type":"bin.server.summary","Severity":6,"Pid":1703,"EnvVersion":"2.0","Fields":{"code":200,"route":"getsessiontokenid","method":"GET","path":"/sessionToken/<mytoken>","t":2}} {"Timestamp":1455190716082000000,"Logger":"fxa-auth-db-server","Type":"bin.server.summary","Severity":6,"Pid":1703,"EnvVersion":"2.0","Fields":{"code":200,"route":"getsessiontokenid","method":"GET","path":"/sessionToken/<mytoken>","t":56}} This is looking fine for me. Thank you! Nikolaus _______________________________________________ Dev-fxacct mailing list [email protected] https://mail.mozilla.org/listinfo/dev-fxacct

