panteliselef / astro-with-clerk-auth

Community Astro SDK for Clerk with starter `astro-clerk-auth`
https://astro-clerk.elef.codes
MIT License
41 stars 9 forks source link

Missing Clerk Secret Key. Go to https://dashboard.clerk.com and get your key for your instance. #181

Open jamalgillis opened 4 days ago

jamalgillis commented 4 days ago

After going through the set up here https://clerk.com/changelog/2024-03-28 I'm getting this error. I believe it's some astro error, just not sure where to start really.

panteliselef commented 3 days ago

Hey @jamalgillis did you replace

PUBLIC_ASTRO_APP_CLERK_PUBLISHABLE_KEY=<your-publishable-key>
CLERK_SECRET_KEY=<your-secret-key>

with the keys that were provided in dashboard.clerk.com ?

jamalgillis commented 3 days ago

Yes i did. I'm thinking maybe it has to do with my local .env variables not being read for some reason. I don't fully understand how environment variables work in Astro.