質問編集履歴

3

追記2記載

2022/08/26 00:38

投稿

pi-nattu
pi-nattu

スコア61

test CHANGED
File without changes
test CHANGED
@@ -137,7 +137,7 @@
137
137
  以下見本と問題箇所。ログイン前の画面。
138
138
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-08-26/b9521595-cad9-4aca-aaa0-216ae42abfe7.png)
139
139
 
140
- 以下追記
140
+ 以下追記1
141
141
  ```cloud9
142
142
  => Booting Puma
143
143
  => Rails 6.1.6.1 application starting in development
@@ -205,4 +205,10 @@
205
205
  Exiting
206
206
  ```
207
207
 
208
+ 追記2(コンソール上のエラー)
209
+ ```
210
+ コAutofocus processing was blocked because a document already has a focused element.
211
+ DevTools failed to load source map: Could not load content for https://41bba7c5241c4e8a8ab9eab04d92f21a.vfs.cloud9.ap-northeast-1.amazonaws.com/packs/js/application-de10aaf691dd43e39fc5.js.map: HTTP error: status code 503, net::ERR_HTTP_RESPONSE_CODE_FAILURE
212
+ ```
213
+
208
214
  かれこれ5時間以上は試行錯誤して詰まっているので切実に困っています...ご協力お願いいたします。

2

タグ・Cloud9上での動作追加

2022/08/26 00:35

投稿

pi-nattu
pi-nattu

スコア61

test CHANGED
File without changes
test CHANGED
@@ -137,4 +137,72 @@
137
137
  以下見本と問題箇所。ログイン前の画面。
138
138
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-08-26/b9521595-cad9-4aca-aaa0-216ae42abfe7.png)
139
139
 
140
+ 以下追記
141
+ ```cloud9
142
+ => Booting Puma
143
+ => Rails 6.1.6.1 application starting in development
144
+ => Run `bin/rails server --help` for more startup options
145
+ Puma starting in single mode...
146
+ * Puma version: 5.6.4 (ruby 3.1.2-p20) ("Birdie's Version")
147
+ * Min threads: 5
148
+ * Max threads: 5
149
+ * Environment: development
150
+ * PID: 7626
151
+ * Listening on http://127.0.0.1:8080
152
+ * Listening on http://[::1]:8080
153
+ Use Ctrl-C to stop
154
+ Started GET "/" for 106.150.140.40 at 2022-08-26 00:29:02 +0000
155
+ Cannot render console from 106.150.140.40! Allowed networks: 127.0.0.0/127.255.255.255, ::1
156
+ (1.4ms) SELECT sqlite_version(*)
157
+ (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
158
+ Processing by HomesController#top as HTML
159
+ Rendering layout layouts/application.html.erb
160
+ Rendering homes/top.html.erb within layouts/application
161
+ Rendered homes/top.html.erb within layouts/application (Duration: 4.6ms | Allocations: 621)
162
+ [Webpacker] Everything's up-to-date. Nothing to do
163
+ Rendered layout layouts/application.html.erb (Duration: 22.9ms | Allocations: 3551)
164
+ Completed 200 OK in 48ms (Views: 30.6ms | ActiveRecord: 0.0ms | Allocations: 7521)
165
+
166
+
167
+ Started GET "/" for 106.150.140.40 at 2022-08-26 00:29:05 +0000
168
+ Cannot render console from 106.150.140.40! Allowed networks: 127.0.0.0/127.255.255.255, ::1
169
+ Processing by HomesController#top as HTML
170
+ Rendering layout layouts/application.html.erb
171
+ Rendering homes/top.html.erb within layouts/application
172
+ Rendered homes/top.html.erb within layouts/application (Duration: 0.7ms | Allocations: 341)
173
+ [Webpacker] Everything's up-to-date. Nothing to do
174
+ Rendered layout layouts/application.html.erb (Duration: 6.8ms | Allocations: 2853)
175
+ Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms | Allocations: 4298)
176
+
177
+
178
+ Started GET "/home/about" for 106.150.140.40 at 2022-08-26 00:29:46 +0000
179
+ Cannot render console from 106.150.140.40! Allowed networks: 127.0.0.0/127.255.255.255, ::1
180
+ Processing by HomesController#about as HTML
181
+ Rendering layout layouts/application.html.erb
182
+ Rendering homes/about.html.erb within layouts/application
183
+ Rendered homes/about.html.erb within layouts/application (Duration: 0.9ms | Allocations: 129)
184
+ [Webpacker] Everything's up-to-date. Nothing to do
185
+ Rendered layout layouts/application.html.erb (Duration: 6.3ms | Allocations: 2120)
186
+ Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms | Allocations: 2777)
187
+
188
+
189
+ Started GET "/users/sign_up" for 106.150.140.40 at 2022-08-26 00:30:30 +0000
190
+ Cannot render console from 106.150.140.40! Allowed networks: 127.0.0.0/127.255.255.255, ::1
191
+ Processing by Devise::RegistrationsController#new as HTML
192
+ Rendering layout layouts/application.html.erb
193
+ Rendering devise/registrations/new.html.erb within layouts/application
194
+ Rendered devise/shared/_error_messages.html.erb (Duration: 1.1ms | Allocations: 275)
195
+ Rendered devise/shared/_links.html.erb (Duration: 1.7ms | Allocations: 610)
196
+ Rendered devise/registrations/new.html.erb within layouts/application (Duration: 22.3ms | Allocations: 5658)
197
+ [Webpacker] Everything's up-to-date. Nothing to do
198
+ Rendered layout layouts/application.html.erb (Duration: 27.4ms | Allocations: 7672)
199
+ Completed 200 OK in 42ms (Views: 31.3ms | ActiveRecord: 0.6ms | Allocations: 15518)
200
+
201
+
202
+ ^C- Gracefully stopping, waiting for requests to finish
203
+ === puma shutdown: 2022-08-26 00:30:47 +0000 ===
204
+ - Goodbye!
205
+ Exiting
206
+ ```
207
+
140
208
  かれこれ5時間以上は試行錯誤して詰まっているので切実に困っています...ご協力お願いいたします。

1

タグ追加修正

2022/08/25 23:43

投稿

pi-nattu
pi-nattu

スコア61

test CHANGED
File without changes
test CHANGED
File without changes