You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I had an error in the Build, lint and type-check process. It says: @acme/nextjs:build: Error: @clerk/nextjs: Missing publishableKey. You can get your key at https://dashboard.clerk.com/last-active?path=api-keys. and @acme/nextjs:build: Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error (this error is for all the pages).
I already have a publishableKey and it is being used as a ClerkProvider prop, so I don't understand the issue.
To Reproduce
Steps to reproduce the behavior:
Create a PR
Look at the Build, lint and type-check process error.
Logs
Additional context
I tried to print the publishableKey in the console.log, and it was correctly printed.
Describe the bug
I had an error in the Build, lint and type-check process. It says:
@acme/nextjs:build: Error: @clerk/nextjs: Missing publishableKey. You can get your key at https://dashboard.clerk.com/last-active?path=api-keys.and@acme/nextjs:build: Error occurred prerendering page "/". Read more: https://nextjs.org/docs/messages/prerender-error(this error is for all the pages).I already have a
publishableKeyand it is being used as a ClerkProvider prop, so I don't understand the issue.To Reproduce
Steps to reproduce the behavior:
Logs
Additional context
I tried to print the publishableKey in the console.log, and it was correctly printed.