Vercel logs not showing

I set up an app router api endpoint that works perfectly on localhost. When I try to use the same endpoint on the hosted site I am consistently getting an error but I do not see any logs in vercel that the endpoint was even reached. The env vars are setup and used properly, the site is deployed properly, the response is as expected but there are no logs. Here's the source code: https://github.com/MaverickCER/getdevnews/blob/main/app/api/create/articles/row/route.ts working: localhost:3000/api/create/articles/row?key={key}&url={url} broken: getdevnews.com/api/create/articles/row?key={key}&url={url} Key is correct. Code is correct, I just want to see the logs I have on localhost.
GitHub
getdevnews/app/api/create/articles/row/route.ts at main · MaverickC...
Contribute to MaverickCER/getdevnews development by creating an account on GitHub.
0 Replies
No replies yetBe the first to reply to this messageJoin