Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Kong Error : No Api key found in request #86

Closed
Jay-flow opened this issue Jan 14, 2022 · 2 comments
Closed

Kong Error : No Api key found in request #86

Jay-flow opened this issue Jan 14, 2022 · 2 comments

Comments

@Jay-flow
Copy link

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.
Screenshot_2022-01-14-14-59-15-994_com android browser

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.

Screenshot_20220114_151642

@phamhieu
Copy link
Member

phamhieu commented Jan 14, 2022

@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
2022-01-14.13.52.09.mp4

@Jay-flow
Copy link
Author

Jay-flow commented Jan 14, 2022

@phamhieu

I'm sorry. It was my mistake.
I didn't know deep link shouldn't include '_'
When I change the underbar to the dash, it moves to the app normally.

Thank you for your help :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants