Closed arianabuilds closed 1 month ago
I duplicated env.local from the template one & started following the explanation from cloud-services.md
env.local
cloud-services.md
this is what my env.local looks like:
To use /admin interface JWT_SECRET=ReplaceWithYourOwnBigLongRandomStringHere ADMIN_EMAIL=
Firebase - https://firebase.google.com - database FIREBASE_CLIENT_EMAIL= firebase-adminsdk-blabla@blabla-1blabla.iam.gserviceaccount.com FIREBASE_PROJECT_ID= blabla-blabla FIREBASE_PRIVATE_KEY= "-----BEGIN PRIVATE KEY-----\nMIIblablablablablablalongblabla=\n-----END PRIVATE KEY-----\n"
Mailgun — https://mailgun.com - transactional emails MAILGUN_API_KEY= "blabla123blabla" MAILGUN_DOMAIN= "blablablabla.mailgun.org"
The rest is left empty.
yarn dev
i then go to Sign In
i get this error:
i type my email address, but don't receive an email. So now i am stuck. :(
I had a typo in the mailgun domain name + did not add the supabase details.
I duplicated
env.local
from the template one & started following the explanation fromcloud-services.md
this is what my env.local looks like:
To use /admin interface JWT_SECRET=ReplaceWithYourOwnBigLongRandomStringHere ADMIN_EMAIL=
Firebase - https://firebase.google.com - database FIREBASE_CLIENT_EMAIL= firebase-adminsdk-blabla@blabla-1blabla.iam.gserviceaccount.com FIREBASE_PROJECT_ID= blabla-blabla FIREBASE_PRIVATE_KEY= "-----BEGIN PRIVATE KEY-----\nMIIblablablablablablalongblabla=\n-----END PRIVATE KEY-----\n"
Mailgun — https://mailgun.com - transactional emails MAILGUN_API_KEY= "blabla123blabla" MAILGUN_DOMAIN= "blablablabla.mailgun.org"
The rest is left empty.
yarn dev
i then go to Sign In
i get this error:
i type my email address, but don't receive an email. So now i am stuck. :(