File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 127127 ` docker compose exec web pnpm prisma generate `
128128
129129- 開発サーバ(port番号: 5174)を起動します。その後、以下のリンクを順番にクリックしてください。
130-
131130 - Note: リンクのアドレス・ポート番号は、環境によって変わる可能性もあります。
132131
133132 ` docker compose exec web pnpm dev --host `
270269### トラブルシューティング
271270
272271- エラー: ローカル環境で開発用サーバを立ち上げても、ブラウザに表示されない
273-
274272 - 前提条件: Docker Desktop 4.30.0 以上、かつ、VSCode DevContainer で Vite を動かす場合。Windows、macOS で発生する
275273 - 原因: Dockerで、ホストが IPv4 のみを使用している場合でも、` ::1 ` を返すようになったため
276274 - 対処方法: ` vite.config ` に、server の host を追記する
281279 - [ 本プロジェクトでの対処状況] ( https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps/issues/814#issuecomment-2131173142 )
282280
283281- エラー: Docker Desktop で Vite を利用したときに Segmentation Fault が発生
284-
285282 - 対処方法: Docker Desktopで「Use Visualization Framework」のチェックを外す
286283 - 参考資料: https://qiita.com/naoto24kawa/items/160aad0ca58642216a0a
287284
You can’t perform that action at this time.
0 commit comments