Passwordless login with Wordpress plugin is showing error "Unknown host: {auth0_domain}"

Problem statement

We are trying to set up embedded Passwordless login with Wordpress plugin but we are seeing the error “Unknown host: {auth0_domain}”

Cause

The first issue can be that you may not have {passwordlessMethod: ‘code’} added to the “Extra Settings” field in the plugin settings’ Embedded tab.

Another reason to it can be a database connection enabled for your application as well as the passwordless connection, and the database option taking precedence.

Solution

Please add {passwordlessMethod: ‘code’} to the “Extra Settings” field in the plugin settings’ Embedded tab, and disable the database connection as well.