Skip to content
Discussion options

You must be logged in to vote

A couple of things to verify...

  • DATABASE_URL is it still valid?
  • SENDGRID_API_KEY

There must be some logs though...

What does this print?

  } catch (error) {
    console.error("❌ Error:", error);
    return NextResponse.json({ error: error.message }, { status: 500 });
  }

Also upgrade your Next.js version to 15.5.12

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Elindo586
Comment options

Answer selected by Elindo586
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants