No Vercel Logs
Hi! I've deployed a solid-start app using Auth.js which I originally generated using create-jd-app to vercel.
Trouble is my serverless functions are not working at all
/api/auth/session
just produces
My reading has led me to believe that the next step is to look at vercel logs, but I'm not getting any runtime logs. Has anyone bumped into anything similar? I'm really out of ideas here.1 Reply
I'd be happy to provide more details if there's something that would help me get to the bottom of the problem
Also, I'm only getting one single serverless function called
/api
even though I have many routes. Is this intended? Where would I read about stuff like this so as to avoid asking quetsions next time?