設定
python3.8.2
Django3.0.7
仮想環境envを立ち上げ作成した。
Firebaseでデプロイし発行されたURLが表示できない。
コマンドプロンプト画面
C:\Users\name\Desktop\Develop\Portfolio-with-Django>firebase init --project=my-portfolio-with-django ######## #### ######## ######## ######## ### ###### ######## ## ## ## ## ## ## ## ## ## ## ## ###### ## ######## ###### ######## ######### ###### ###### ## ## ## ## ## ## ## ## ## ## ## ## #### ## ## ######## ######## ## ## ###### ######## You're about to initialize a Firebase project in this directory: C:\Users\name\Desktop\Develop\Portfolio-with-Django ? Are you ready to proceed? Yes ? Which Firebase CLI features do you want to set up for this folder? Press Space to select features, then Ent er to confirm your choices. Hosting: Configure and deploy Firebase Hosting sites === Project Setup First, let's associate this project directory with a Firebase project. You can create multiple project aliases by running firebase use --add, but for now we'll just set up a default project. i Using project my-portfolio-with-django (my-portfolio-with-django) === Hosting Setup Your public directory is the folder (relative to your project directory) that will contain Hosting assets to be uploaded with firebase deploy. If you have a build process for your assets, use your build's output directory. ? What do you want to use as your public directory? public ? Configure as a single-page app (rewrite all urls to /index.html)? No + Wrote public/404.html + Wrote public/index.html i Writing configuration info to firebase.json... i Writing project information to .firebaserc... i Writing gitignore file to .gitignore... + Firebase initialization complete! C:\Users\minami\Desktop\Develop\Portfolio-with-Django>firebase deploy === Deploying to 'my-portfolio-with-django'... i deploying hosting i hosting[my-portfolio-with-django]: beginning deploy... i hosting[my-portfolio-with-django]: found 11890 files in public + hosting[my-portfolio-with-django]: file upload complete i hosting[my-portfolio-with-django]: finalizing version... + hosting[my-portfolio-with-django]: version finalized i hosting[my-portfolio-with-django]: releasing new version... + hosting[my-portfolio-with-django]: release complete + Deploy complete! Project Console: https://console.firebase.google.com/project/my-portfolio-with-django/overview Hosting URL: https://my-portfolio-with-django.web.app
ディレクトリ
###試したこと
ブラウザーのキャッシュの削除 →変わらず
今まで何度かfirebaseでデプロイできていますが、たまにこういった感じで表示できないことがあります。 ローカルの環境では不具合なく動くのですが、何が原因なのでしょうか? どなたかご教授ください。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。