-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create firecms-app fails #687
Comments
Hello @botzyus, Can you try enabling the Firebase Management API in your Google Cloud Console? Here are the instructions to do so: https://cloud.google.com/endpoints/docs/openapi/enable-api If needed, you can safely delete the ~/.firecms folder and log in again. Let us know. |
Hi @marianmoldovan, Already have Firebase Management API enabled. When I run yarn dev to start the cms on local, I got almost the same error as u got here: #686 My error:
" Was not able to fix it adding dependencies: "prosemirror-view": "^1.37.2" and running yarn install again after deleting node_modules/ and yarn.lock Any thoughts how I can fix the issue? |
Hello @botzyus , We are currently fixing an issue, but if you want to sort it out meanwhile, you can follow this steps:
And running Can you please try again? |
Hello @marianmoldovan , Using npm was the solution, thanks. |
Hi there,
I'm trying to create a firecms app using both commands: yarn create firecms-app and npm create firecms-app gives the same error:
Error loading projects
Error getting projects {
message: 'Request had insufficient authentication scopes.',
code: 'google-api-not-enabled',
data: {}
}
MacOS : 15.3
node -v
v22.14.0
firebase -V
13.31.1
I 'm owner of the google project selected, logged in, also for firebase project owner and also logged in.
Can you please specify what are the scopes that I'm missing?
Thank you.
The text was updated successfully, but these errors were encountered: