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
Deleting lines that set clientId, clientSecret & secret from the file quoted in the error message and rebuilding works, so this appears to be an issue that appears when the storage kind is set to local. I didn't attempt to configure github integration to see if that also mitigates the issue.
Excerpt of package json showing the dependency versions installed for me when I produced the error. All of the version numbers are fully up-to-date at the time of writing, despite the ^ version specifier.
Creating a new keystatic astro project with
npm create @keystatic@latest
results in thenpm run build
command failing.To reproduce
npm create @keystatic@latest
npx astro add node
npm install
npm run build
and observe the error message belowDeleting lines that set
clientId
,clientSecret
&secret
from the file quoted in the error message and rebuilding works, so this appears to be an issue that appears when the storage kind is set tolocal
. I didn't attempt to configure github integration to see if that also mitigates the issue.Excerpt of package json showing the dependency versions installed for me when I produced the error. All of the version numbers are fully up-to-date at the time of writing, despite the
^
version specifier.The text was updated successfully, but these errors were encountered: