<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008pmEyUCAUOkta Identity EngineMulti-Factor AuthenticationAnswered2023-03-01T14:30:25.000Z2023-02-21T12:17:41.000Z2023-02-22T16:32:18.000Z
DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. I am getting this error when I try to authenticate with mail using the "React-Embedded-Auth-with-SDK" example.

I want to implement a login with a magic link in React. I have taken the reference from this example: https://github.com/okta/okta-auth-js/tree/master/samples/generated/react-embedded-auth-with-sdk.When I tried to log in with my password, it was successful, but when I tried to authenticate with my email, I did not receive the magic link to my email and received the following error.

/help/servlet/rtaImage?refid=0EM4z000006EMt5


This question is closed.
Loading
DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. I am getting this error when I try to authenticate with mail using the "React-Embedded-Auth-with-SDK" example.