VeryGoodOpenSource / dart_frog

A fast, minimalistic backend framework for Dart 🎯
https://dartfrog.vgv.dev
MIT License
1.83k stars 148 forks source link

fix: Unable to deploy Google Cloud Run. #744

Closed Haedong-Jeon closed 4 months ago

Haedong-Jeon commented 1 year ago

Description I proceeded with the Google Cloud Run deployment as shown in the document, but I encountered the following error.

ERROR: Permission denied while accessing Artifact Registry. Artifact Registry access is required to deploy from source. ERROR: (gcloud.run.deploy) PERMISSION_DENIED: Permission denied on resource project dodo

"https://www.youtube.com/watch?v=JyaYboVdeXQ " In this video, I don't see much permission setting for the Google project, should I set it up?

I think I need permission to "gcloud.run.deploy". However, there is no information about this in the official document.

bradintheusa commented 1 year ago

You can enable this permission in the Google Cloud Console.

tomarra commented 4 months ago

Hi @Haedong-Jeon 👋 Thank you for opening this issue. This is something we are not going to be adding to the documentation for Dart Frog as these requirements on the GCP side tend to change as they make changes to their system/product and we would always be playing catchup.