Registration Result failure - Didn’t receive token Error code 19971

So,
first, you need to set up login and registration settings as follows


:black_medium_small_square::black_medium_small_square::black_medium_small_square:

next
https://dev.wix.com/docs/velo/api-reference/wix-members-backend/authentication/approve-by-token

Check the example “Register a user sending an email for confirmation”
Create register.web.js on backend and fill it with code from example.

:black_medium_small_square::black_medium_small_square::black_medium_small_square:

last
In order for the user to receive an email with a verification link, it is necessary to use only the emailMember() function from the backend
https://dev.wix.com/docs/velo/api-reference/wix-crm-backend/triggered-emails/email-member

And now it’s working.