Bug: Password reset hosted page got stucked

I would like to report a bug. After resetting a password the page gets stuck forever.

The only resources I can give you are this url https://amio.eu.auth0.com/lo/reset?ticket=IYs5r25oC0kADHqQvSuwFukPcZmjs6X0#
and a screen shot:

The Auth0 logs show success:

{
  "date": "2017-06-29T08:13:56.654Z",
  "type": "scpr",
  "description": "We've just sent you an email to reset your password.",
  "connection": "my-dev",
  "connection_id": "con_EvAxQQb4Lh40k9pB",
  "client_id": "W0fAQBgC5h4bEhJchWEEGsyxxXN0cr93",
  "client_name": "My WebApp (dev)",
  "ip": "89.176.113.249",
  "user_agent": "unknown",
  "details": {
    "body": {
      "tenant": "my",
      "client_id": "W0fAQBgC5h4bEhJchWEEGsyxxXN0cr93",
      "connection": "my-dev",
      "email": "zatziky+1@gmail.com",
      "verify": true,
      "debug": false
    }
  },
  "user_id": "auth0|595250d5a17d3513e29b1b63",
  "user_name": "zatziky+1@gmail.com",
  "strategy": "auth0",
  "strategy_type": "database",
  "log_id": "49570627966157796216771216009358941131667213646278164530"
}

Update

Is it possible that Redirect To field in https://manage.auth0.com/#/emails Templates/Password-Reset cannot have value localhost:9000?

I realized that as Redirect To field we have to use http://localhost:9000 instead of localhost:9000.

From the GUI perspective, I would expect that a validation would force to use the correct format. :slight_smile: