Hi All, new to the discord, read all the Email blogs and documentation but still can't solve this one.
I've created a a very simply button to test email, when have Provider: Dummy and click the email, I get the email contents in the webpage console.
HOWEVER, when I change Provider: SendGrid, then add SENDGRID_API_KEY to env.server , not pages load on my app anymore and the console, spits out the following error:
env.ts:71 Uncaught ReferenceError: process is not defined
at env.ts:71:36
(anonymous) @ env.ts:71
that line of code reads:
// PUBLIC API
export const env = ensureEnvSchema(process.env, serverEnvSchema)
Any ideas why this isn't working?