Having never used Vercel before. I have deployed a personal project which is build on Next JS 15, and uses Postmark to handle form delivery.
Expected behavior
When the visitor fills in the form on /contact page, the message is sent to Postmark
Code, configuration, and steps that reproduce this issue
Visitor fills in form and presses the send button. Either a success or error message appears. Currently I see a success message. But I do not see the message appear in Postmark.
Issue
I’d just like some pointers for how I might debug the issue?