n1k0 / myshows

A simple Elm app to list and rate your favorite TV shows.
https://n1k0.github.io/myshows/
5 stars 0 forks source link

Portier auth error #4

Open vinyll opened 7 years ago

vinyll commented 7 years ago

When validating my email with portier by entering the code recieved into the field, I'm redirected to https://kinto.dev.mozaws.net/v1/portier/verify, and the response is the white page with the following content in the HTML page:

{
  "errno": 107,
  "message": "id_token in body: Required",
  "code": 400,
  "details": [{
    "location": "body",
    "name": "id_token",
    "description": "Required"
  }],
  "error": "Invalid parameters"
}
n1k0 commented 7 years ago

Ping @natim, any idea? :)

Natim commented 7 years ago

I will ping @callahad here because I don't know why Portier server callbacks didn't return an id_token.

callahad commented 7 years ago

Sorry for delay, was traveling to and heads-down at linux.conf.au.

@vinyll Can you reliably reproduce this? If so, what do your browser logs show you POSTing to /verify?