Blazeプランのアプリでfirebase deploy --only functions
を実行することに問題があります。 私は最新のfirebase-tools CLI(v 3.5.0)を持っています。停電があると考えて、私は過去12時間この半時間ごとに再試行しましたFirebase CLIのデプロイメント機能 - エラー:地域の初期化に失敗しました
=== Deploying to 'myapp1234'...
i deploying functions
i functions: ensuring necessary APIs are enabled...
i runtimeconfig: ensuring necessary APIs are enabled...
✔ runtimeconfig: all necessary APIs are enabled
✔ functions: all necessary APIs are enabled
i functions: preparing functions directory for uploading...
i functions: packaged functions (1.29 KB) for uploading
✔ functions: functions folder uploaded successfully
i starting release process (may take several minutes)...
i functions: updating function myFunc...
⚠ functions[myFunc]: Deploy Error: Failed to initialize a region
Functions deploy had errors. To continue deploying other features (such as database), run:
firebase deploy --except functions
Error: Functions did not deploy properly.
:
は、私は次のエラーを取得します。火災基地のステータスページにはすべて緑色が表示されます。
これは私のためにそれを修正するものではない、私は試すことができる何か他にありますか? – gomezluisj
@gomezluisj解決策を見つけましたか?私も上記を試して、それは問題を解決していません。 – jasan
@ jasanはい、私はgoogleを書いて、彼らはそれを解決し、2週間btwかかりました。 – gomezluisj