MaverickCER
MaverickCER
TTCTheo's Typesafe Cult
Created by MaverickCER on 3/20/2024 in #questions
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.
2 replies