Thank you.
That’s it.
Sorry, please help me a bit more.
But when I add this continue API to the workflow, an error message appears for some reason.
Do you know the cause of this?
I can share screenshots if necessary, so please let me know.
The other “initAPI” issues an Auth0 login URL (authUrl).
This is opened by “Open an external website”.
Next, once the login is complete, redirect to the following URL:
Redirect destination: https://xxxxxx.com/api/1.1/oauth_redirect?code=XXXXXX
The “code” is returned as a URL parameter, so retrieve it here and then execute “Continue API”.
Next, I want to use the token obtained from the Continue API to transition to the register page (user profile registration page).
■Problem
However, when I click the login button, a ContinueAPI error occurs.
As you can see in the screenshot above, initialization has been completed.
I would be grateful if you could tell me how to solve this problem.
■Addendum
After running this flow, I looked at the work again and it said,
This call has been modified since you last initialized; consider reinitializing.
What should I do?