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
Zetax
ZetaxOP2d ago
These are my options for the client
No description
Zetax
ZetaxOP2d ago
And yet it still tries to fetch from the nextjs app
No description
bekacru
bekacru2d ago
make sure to pass baseURL in createAuthClient not baseUrl also remove the fetch options
Zetax
ZetaxOP2d ago
Am 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
bekacru
bekacru2d ago
in the image you're passing baseUrl not baseURL url is all capital
Zetax
ZetaxOP2d ago
Oh 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
Zetax
ZetaxOP2d ago
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
No description
Zetax
ZetaxOP2d ago
I restarted everything and it works fine, must have been a disk issue or something

Did you find this page helpful?