From 4d35cc5e87c619c71e688a79077f52867b214c95 Mon Sep 17 00:00:00 2001 From: yuki-snow1823 Date: Sat, 17 Jun 2023 14:58:19 +0900 Subject: [PATCH 1/3] =?UTF-8?q?.env=E3=82=92front=E3=81=AEignore=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/.gitignore b/frontend/.gitignore index 4d29575..532eddc 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -21,3 +21,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +.env \ No newline at end of file From c0742112a83d2402e6bb05c7f15ff9b568ba2a3f Mon Sep 17 00:00:00 2001 From: yuki-snow1823 Date: Sat, 17 Jun 2023 15:03:02 +0900 Subject: [PATCH 2/3] =?UTF-8?q?README=E3=81=AB=E8=A8=98=E8=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f50d893..6fb5df3 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,10 @@ flowchart TB style HerokuAddOn fill:#CFA7CD,stroke:#000000,stroke-width:4px style MySQL fill:#A3BCE2,stroke:#000000,stroke-width:4px ``` + +### ActionController::RoutingError (No route matches [GET] "/ws"): のエラーが気になる場合 + +原因はまだわかっていないようです。以下のコマンドを実行してください。 + +`echo "WDS_SOCKET_PORT=0" >> diary/frontend/.env` + From 6e38c5a2108f3c93f2d745e1c9fe3aa79533374f Mon Sep 17 00:00:00 2001 From: yuki-snow1823 Date: Sat, 17 Jun 2023 15:09:59 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E3=83=87=E3=82=A3=E3=83=AC=E3=82=AF?= =?UTF-8?q?=E3=83=88=E3=83=AA=E3=81=AE=E6=8C=87=E5=AE=9A=E3=82=92=E3=83=95?= =?UTF-8?q?=E3=83=AD=E3=83=B3=E3=83=88=E3=82=A8=E3=83=B3=E3=83=89=E3=81=8B?= =?UTF-8?q?=E3=82=89=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fb5df3..d74a977 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,5 @@ flowchart TB 原因はまだわかっていないようです。以下のコマンドを実行してください。 -`echo "WDS_SOCKET_PORT=0" >> diary/frontend/.env` +`echo "WDS_SOCKET_PORT=0" >> frontend/.env`