Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Issue with mixed content / HTTP static files

オープン
#176 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
fastapi, gcp, python
領域
cloud, frontend

調査の方向性

GCP Cloud Run 上で FastAPI admin のデプロイを再現し、静的ファイルに対するブラウザーのリクエストを調査する。特に、それらが HTTP と HTTPS のどちらを使用しているかを確認する。報告されたデプロイで admin panel の静的アセットが HTTPS 経由で読み込まれれば完了とする。issue ではファイルやテストは指定されていない。

索引モデルが issue の本文から書いたものです。

説明

Static files are not loading

Setup

I have the following setup:

  • FastAPI running in GCP Cloud Run
  • FastAPI admin installed on that instance

Problem

It used to work, but (and I can't identify what changed) for a while static files of the admin panel aren't loading anymore
It seems that the files are requested over http instead of https, and I am not sure why it is the case.
Screenshots are attached.

I have tried setting allowed_origins to include my domain in both http and https without any success, I am a bit stuck here

Thank you for the help!

image
image

主要言語
Python
スター
3.8k
フォーク
466
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

fastapi-admin/fastapi-admin のほかの issue

fastapi-admin/fastapi-admin の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。