App Engine Studio に次のメッセージが表示されています:「アドミンが App Engine Studio の設定を完了していないようです。開始するには、アドミンに App Engine Studio の設定を完了するように依頼してください。アドミンにお問い合わせください」Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } App Engine Studio をインストールし、ガイド付きセットアップに従って初期設定を行った後、使用できません。App Engine Studio を開くと、次のメッセージが表示されます。 「アドミンが App Engine Studio の設定を完了していないようです開始するには、アドミンに App Engine Studio の設定を完了するように依頼してください。アドミンにお問い合わせください」 "Looks like your admin hasn't finished setting up App Engine StudioTo get started, ask your admin to finish setting up App Engine Studio. Contact your admin" Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } このメッセージは、App Engine Studio の初期セットアップが完了していないか、不完全な場合に表示されるように意図されています。 ガイド付きセットアップを使用してセットアップが行われてもメッセージが表示される場合は、作成されたパイプラインに問題がある可能性があります。パイプライン構成には、少なくとも Dev 環境と Prod 環境を構成する必要があります。2つのいずれかが欠落している場合は、上記のエラーメッセージが表示されます。 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } - パイプライン構成を確認するには、パイプライン> App Engine Studio >構成に移動します。 - 開発環境と本番環境の両方が構成されているかどうかを確認します。 - 2 つの環境のいずれかが設定されていない場合は、App Engine Studio > [構成] > [環境] から新しい環境を作成します。セットアップする有効な 2 番目の環境がない場合は、無効なインスタンス URL を構成でき、この段階では URL を確認するための検証は行われません。問題が発生するのは、パイプラインを使用してインスタンス間でアプリケーションを移動しようとする場合のみです。 - 開発環境または本番環境が構成されていないパイプライン構成で新しい環境レコードを選択します。 App Engine Studio を再度起動し、メッセージのある画面が表示されなくなり、ページが想定どおりに読み込まれることを確認します。