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
I don't know why it's not working.
I have everything set up for Strava too, and it works fine.
After the redirect coming from Garmin authorization, it returns to the home (localhost) with the following url http://localhost/?oauth_token=*****&oauth_verifier=****
But the callback doesn't work.
The text was updated successfully, but these errors were encountered:
https://socialiteproviders.com/GarminConnect/
I'm trying to implement Garmin Connect in my application, but the callback doesn't happen at all.
In the service config I have:
In .env:
GARMINCONNECT_REDIRECT_URI=http://localhost/garmin-callback
Routes:
And in controller:
I don't know why it's not working.
I have everything set up for Strava too, and it works fine.
After the redirect coming from Garmin authorization, it returns to the home (localhost) with the following url
http://localhost/?oauth_token=*****&oauth_verifier=****
But the callback doesn't work.
The text was updated successfully, but these errors were encountered: