all-in-aigc / aicover

ai cover generator
https://aicover.design
Apache License 2.0
1.49k stars 291 forks source link

Error: Missing Clerk Secret Key or API Key. #3

Closed david-dong828 closed 8 months ago

david-dong828 commented 8 months ago

Server Error Error: Missing Clerk Secret Key or API Key. Go to https://dashboard.clerk.com/ and get your key for your instance

Got the error while preview. Where should we add the Clerk Secret Key ? I guess we should add it on the .env.local file.

image

image

david-dong828 commented 8 months ago

It works after adding CLERK_SECRET_KEY="" into .env.local file