On my production site hosted on vercel, after authentication with clerk, it redirects me to localhost. This only happens on the laptop I'm using for development.
If I connect to the production site on another device, it correctly redirects me back to the production site hosted on vercel after authentication.
I'm following a tutorial for the t3 stack here:https://www.youtube.com/watch?v=YkOSUVzOAA4
I'm new to this stack and using nextJS + vercel + clerk so I'm not sure where to even begin. I'll upload any needed code. Thank you.