supabase/supabase-dart

Kong Error : No Api key found in request

Jay-flow opened this issue · 2 comments

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

@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

@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 :)