AuthClient not respecting baseURL
Hey, I'm currently trying to seperate my backend from my nextjs app but now for some reason the authClient won't respect the baseURL I set and instead still tries to fetch from the nextjs api route, which obviously doesnt exist anymore. Is this a bug or am I just doing ot wrong?
8 Replies
These are my options for the client

And yet it still tries to fetch from the nextjs app

make sure to pass
baseURL
in createAuthClient
not baseUrl
also remove the fetch optionsAm I doing it wrong in the image? Not sure where else I would pass it
I tried it without the fetch client earlier, just thought that might be a workaround that could work as well
in the image you're passing
baseUrl
not baseURL
url is all capitalOh shit i'm stupid, I did not even notice that. I forgot that it wouldn't give any type errors for things that are not supposed to be there 🤦♂️
Thank you
Okay now i'm super confused. It worked for 5 minutes and then it just stopped working again. Now it sends the requests to the next server again. I didn't change anything and the baseURL spellingis also correct. I tried removing the .next folder as well

I restarted everything and it works fine, must have been a disk issue or something