Kong Error : No Api key found in request
Jay-flow opened this issue · 2 comments
Jay-flow commented
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.
phamhieu commented
@Jay-flow have you tested your deeplink config?
- You can go to this website https://halgatewood.com/deeplink from your test device
- input the deeplink and click load button
- if your mobile app launches successfully then the deeplink config works properly