Having the same issues with my .ninja domain.
Looks like Cloudflare is throwing a 400 error when checking my auth code.
- Request URL:
- Request Method:
POST
- Status Code:
400
Response:
{“result”:null,“success”:false,“errors”:[{“code”:10000,“message”:{“message”:“Invalid auth code”}}],“messages”:[{“message”:“Invalid auth code”}]}
Response headers:
- cache-control:
no-cache
- cf-ray:
4c1ea887ccf6ac96-OTP
- content-type:
application/json; charset=utf-8
- date:
Wed, 03 Apr 2019 23:00:22 GMT
- expect-ct:
max-age=604800, report-uri=“https://report-uri.Cloudflare.com/cdn-cgi/beacon/expect-ct”
- served-in-seconds:
0.101
- server:
Cloudflare
- status:
400 Bad Request
- status:
400
- strict-transport-security:
max-age=15780000; includeSubDomains
- vary:
Accept-Encoding
- x-request-id:
dcc7939481c6d7ad7cf595d71920675b
- x-ua-compatible:
IE=Edge,chrome=1
Doing a GET request against that route returns the following (I expect it to not matter since it’s probably a POST intended route)
{
“success”: false,
“errors”: [
{
“code”: 9300,
“message”: “User session has expired. Please log in again”
}
],
“messages”: ,
“result”: null
}
Maybe because my auth code contains $ and ( chars? No idea.
Saw some names in other threads so I’m gonna ping people @SamRhea .
