Arnav
BABetter Auth
•Created by Arnav on 2/28/2025 in #help
getSession Headers Type
Update: I wasn't including
credentials: true
in my fetch
call to hit the endpoint, after that it started working.
For the typing, this worked:
4 replies
BABetter Auth
•Created by APPLE on 2/28/2025 in #help
base path not resolving correctly
I'm using express, and my baseURL in createAuthClient was 'http://localhost:3000' without a '/auth' in front of it. Another issue you might have is that you have to set the callback URL to a full URL. i.e.
instead of just
Not sure if this is helpful, but I had a similar issue and that's what worked for me.
5 replies