I’m using Supabase with Resend, and I keep getting this error: #38767
Unanswered
gerchbergl-code
asked this question in
Questions
Replies: 1 comment
-
Hi @gerchbergl-code - Thanks for this one. Have you seen these guides which can help: Resend - Supabase Edge Functions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using Supabase with Resend, and I keep getting this error:
"Error: RESEND_API_KEY environment variable is not configured"
Please do the following:
RESEND_API_KEY
environment variable in Supabase project settings so it’s available to my function in production.RESEND_API_KEY
locally, either by:export RESEND_API_KEY=your_actual_api_key
), or.env
file withRESEND_API_KEY=your_actual_api_key
.RESEND_API_KEY
fromprocess.env
.Finally, give me steps to test the function after setting the key.
Beta Was this translation helpful? Give feedback.
All reactions