<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


  • Mihai N. (Okta, Inc.)

    Hi @User16311714521683756543 (Customer)​ , Thank you for reaching out to the Okta Community!

     

    I've check my resources and have not been able to locate any similar report that would indicate what would cause this issue, so I would recommend that you review our docs on the matter and to reach out to the dedicated Developer Forum devforum.okta.com to take advantage of their expertise.  

    While we'll do our best to answer all of your questions here, this medium is more inclined towards Okta core products and features. 

     

    Reference articles: 

    https://developer.okta.com/docs/guides/email-magic-links-overview/main/

    https://developer.okta.com/docs/guides/pwd-optional-sign-in-email/react/main/

     

     

    If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you. 

     

    Hope my answer helps! 

    --------------------------------

    Community members help others by clicking Like or Select as Best on responses. Try it today.

    Expand Post
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.