Automatic user migration and new users

I’m implementing Automatic User Migration and seem to have run into a weird issue. I have everything setup and working to migrate existing users, but when I try to create a new user from the management interface, or from the lock UI in the application, I get an error. Specifically, the error is the following from the logs. Can you not create new users when you are doing automatic user migration?

{
  "date": "2018-02-06T13:13:51.264Z",
  "type": "fs",
  "description": "User not found.",
  "connection": "api-users",
  "connection_id": "con_removed",
  "client_id": "removed",
  "client_name": "N/A",
  "ip": "127.0.0.1",
  "user_agent": "unknown",
  "details": {
    "body": {
      "client_id": "removed",
      "tenant": "example-dev",
      "email": "jeffesp+auth0-email@example.com",
      "password": "*****",
      "connection": "api-users"
    },
    "query": {
      "method": "POST",
      "host": "login.auth0.com",
      "port": 443,
      "resource": "/lo/users/direct",
      "id": "removed"
    }
  },
  "user_id": "",
  "user_name": "jeffesp+auth0-email@example.com",
  "strategy": "auth0",
  "strategy_type": "database",
  "log_id": "90020180206131351264103744306470806265218967208493842482"
}
1 Like

As it has been more than a few months since this topic was opened, and there has been no reply or further information provided as to the existence of the issue, we are closing this topic. Please don’t hesitate to create a new topic if this issue is still present, we would be happy to work with you to help find a resolution.