前提・実現したいこと
rails s を行いプラウザにページを表示しようとしたら接続拒否と出てきました。
理由と解決策を教えて頂きたいです。
発生している問題・エラーメッセージ
4fdc424ab67145d2a374d3ff89dbd3f6.vfs.cloud9.us-east-1.amazonaws.com で接続が拒否されました。`
該当のソースコード
=> Booting Puma
=> Rails 6.1.4.1 application starting in development
=> Run bin/rails server --help
for more startup options
config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:
- development - set it to false
- test - set it to false (unless you use a tool that preloads your test environment)
- production - set it to true
Puma starting in single mode...
- Puma version: 5.5.0 (ruby 2.6.3-p62) ("Zawgyi")
- Min threads: 5
- Max threads: 5
- Environment: development
-
PID: 7204
- Listening on http://127.0.0.1:8080
- Listening on http://[::1]:8080
Use Ctrl-C to stop
Started GET "/" for 114.19.151.187 at 2021-10-09 03:36:50 +0000
Cannot render console from 114.19.151.187! Allowed networks: 127.0.0.0/127.255.255.255, ::1
Processing by Rails::WelcomeController#index as HTML
Rendering /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/railties-6.1.4.1/lib/rails/templates/rails/welcome/index.html.erb
Rendered /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/railties-6.1.4.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 6.4ms | Allocations: 355)
Completed 200 OK in 22ms (Views: 10.9ms | Allocations: 2632)
Started GET "/" for 114.19.151.187 at 2021-10-09 03:37:34 +0000
Cannot render console from 114.19.151.187! Allowed networks: 127.0.0.0/127.255.255.255, ::1
Processing by Rails::WelcomeController#index as HTML
Rendering /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/railties-6.1.4.1/lib/rails/templates/rails/welcome/index.html.erb
Rendered /home/ec2-user/.rvm/gems/ruby-2.6.3/gems/railties-6.1.4.1/lib/rails/templates/rails/welcome/index.html.erb (Duration: 6.1ms | Allocations: 229)
Completed 200 OK in 10ms (Views: 9.2ms | Allocations: 871)
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/10/09 12:22