-
SummarySo I got the code working from the localhost using ngrok http 3000 But when I try it live in Vercel it doesn't work? Environment variables? <-- I had a problem with that during my local test because the key provided by Sengrid didn't contain the BEGIN PULICK KEY and END PUBLIC KEY part... instead they just gave me a key without the BEGIN AND END PART So the Vercel environment variable is as in my localhost with BEGIN and END.. But the logs from Vercel is showing this error: How could I fix it? the code is here: Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I am running node 24.4 in my localhost... the node version in Vercel goes up to 22x... <--- could this be a problem? |
Beta Was this translation helpful? Give feedback.
-
|
So, the documentation from sendgrid uses startkbank-ecdsa as in this link: So I changed to code to use starkbank-ecdsa... as shown here: |
Beta Was this translation helpful? Give feedback.
-
|
Could this be a problem? This is how my key looks in Vercel ^^^ it looks like 3 lines at Vercel environment variables... while in my local host .env is of course all in one line: |
Beta Was this translation helpful? Give feedback.


I found this on Google:
Try that 😅 let's see if it does the trick