You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2023. It is now read-only.
It receives normally when signing up by e-mail, but when I click the link I received, an error occurs as shown in the picture below.
The redirect URL is as follows.
https://${API_URL}/auth/v1/${DEEP_LINK}/#access_token=${ACCESS_TOKEN}&expires_in=3600&refresh_token=${REFRESH_TOKEN}token_type=bearer&type=signup
I confirmed that the deep link is configured on Android.
I can check the user after clicking the link.
The text was updated successfully, but these errors were encountered:
Kong Error : No Api key found in request
related #76
In my case, there is a problem with the signup
It receives normally when signing up by e-mail, but when I click the link I received, an error occurs as shown in the picture below.
The redirect URL is as follows.
https://${API_URL}/auth/v1/${DEEP_LINK}/#access_token=${ACCESS_TOKEN}&expires_in=3600&refresh_token=${REFRESH_TOKEN}token_type=bearer&type=signup
I confirmed that the deep link is configured on Android.
I can check the user after clicking the link.
The text was updated successfully, but these errors were encountered: