why is vercel not showing any logs, after paystack sends webhook to vercel
why is vercel not showing any logs, after paystack sends webhook to vercel
If you're asking about runtime logs, those should appear in the dashboard after a function runs. If you’re still not seeing any logs at all, it might mean the webhook isn’t reaching your Vercel function. Double-check your Paystack webhook configuration and URL. Keep in mind that the Hobby plan only retains 1 hour of logs, and the Pro plan keeps 1 day of logs, so you'll need to check within that timeframe.
Some things to try if the logs still don't appear:
console.log() statements in your webhook handlerPlease give that a try and let me know if it starts working for you