Seeking for help.. I am new to fly.io and trying to deploy my rails app there with postgres DB. I am encountering a problem --> v0 failed - Failed due to unhealthy allocations - no stable job version to auto revert to and deploying as v1

justine01@LENOVO:~/rails/api-wrapper$ fly deploy
==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-dawn-sun-1 ready
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.12 linux x86_64
[+] Building 0.3s (0/1)
[+] Building 191.5s (22/22) FINISHED
 => [internal] load remote build context                                                                                                               0.0s
 => copy /context /                                                                                                                                    0.1s
 => resolve image config for docker.io/docker/dockerfile:1                                                                                             2.1s
 => docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14                               0.3s
 => => resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14                                   0.0s
 => => extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd                                                              0.2s
 => => sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB                                                         0.0s
 => => sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B                                                             0.0s
 => => sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB                                                         0.0s
 => => sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB                                                       0.1s
 => [internal] load metadata for docker.io/library/ruby:3.1.2-slim                                                                                     0.6s
 => [base 1/3] FROM docker.io/library/ruby:3.1.2-slim@sha256:5d413e301f37cbe63a54dadded2f347496165c1de0dbe342d1f0f0d47e25b2be                          2.9s
 => => resolve docker.io/library/ruby:3.1.2-slim@sha256:5d413e301f37cbe63a54dadded2f347496165c1de0dbe342d1f0f0d47e25b2be                               0.0s
 => => sha256:8b6313f29ba49706f49162f71b810515ad0ac08ba020a7ad61e03fc9697023b6 1.37kB / 1.37kB                                                         0.0s
 => => sha256:a33c88723d85278ff48e0b3843798d2ce8045253b0cab9a570cd86f3186b7314 5.80kB / 5.80kB                                                         0.0s
 => => sha256:a603fa5e3b4127f210503aaa6189abf6286ee5a73deeaab460f8f33ebc6b64e2 31.41MB / 31.41MB                                                       0.3s
 => => sha256:824cc1987b4c3d3fdb89192cea3fd492e595844522888b2bdfb7bc0e15d9c38f 10.02MB / 10.02MB                                                       0.2s
 => => sha256:36e7129cddea3dc930d634f547f58a869e692c5ea4b3183760620cfc8ec67fb7 199B / 199B                                                             0.0s
 => => sha256:e6ebe3be8da43ad18f7bb4ed7711959328c6c9bc23c874d0f827fe9afc3b5e24 32.44MB / 32.44MB                                                       0.5s
 => => sha256:cea2535835d7dbc570141035d49ce6acfad3726f456824892ea3fb88fc120278 175B / 175B                                                             0.0s
 => => sha256:5d413e301f37cbe63a54dadded2f347496165c1de0dbe342d1f0f0d47e25b2be 1.86kB / 1.86kB                                                         0.0s
 => => extracting sha256:a603fa5e3b4127f210503aaa6189abf6286ee5a73deeaab460f8f33ebc6b64e2                                                              1.0s
 => => extracting sha256:824cc1987b4c3d3fdb89192cea3fd492e595844522888b2bdfb7bc0e15d9c38f                                                              0.5s
 => => extracting sha256:36e7129cddea3dc930d634f547f58a869e692c5ea4b3183760620cfc8ec67fb7                                                              0.0s
 => => extracting sha256:e6ebe3be8da43ad18f7bb4ed7711959328c6c9bc23c874d0f827fe9afc3b5e24                                                              0.7s
 => => extracting sha256:cea2535835d7dbc570141035d49ce6acfad3726f456824892ea3fb88fc120278                                                              0.0s
 => [base 2/3] WORKDIR /rails                                                                                                                          0.1s
 => [base 3/3] RUN gem update --system --no-document &&     gem install -N bundler -v 2.3.23                                                          10.1s
 => [build  1/10] RUN apt-get update -qq &&     apt-get install --no-install-recommends -y build-essential curl libpq-dev node-gyp pkg-config python  20.1s
 => [stage-2 1/3] RUN apt-get update -qq &&     apt-get install --no-install-recommends -y postgresql-client &&     rm -rf /var/lib/apt/lists /var/ca  4.8s
 => [stage-2 2/3] RUN useradd rails                                                                                                                    0.4s
 => [build  2/10] RUN curl -sL https://github.com/nodenv/node-build/archive/master.tar.gz | tar xz -C /tmp/ &&     /tmp/node-build-master/bin/node-bu  5.7s
 => [build  3/10] RUN npm install -g yarn@1.22.19                                                                                                      1.1s
 => [build  4/10] COPY Gemfile Gemfile.lock ./                                                                                                         0.0s
 => [build  5/10] RUN bundle _2.3.23_ install &&     bundle exec bootsnap precompile --gemfile                                                       105.2s
 => [build  6/10] COPY package.json yarn.lock .                                                                                                        0.0s
 => [build  7/10] RUN yarn install                                                                                                                    21.4s
 => [build  8/10] COPY . .                                                                                                                             0.0s
 => [build  9/10] RUN bundle exec bootsnap precompile app/ lib/                                                                                        0.6s
 => [build 10/10] RUN SECRET_KEY_BASE=DUMMY ./bin/rails assets:precompile                                                                             12.1s
 => [stage-2 3/3] COPY --from=build --chown=rails:rails /rails /rails                                                                                  2.7s
 => exporting to image                                                                                                                                 3.5s
 => => exporting layers                                                                                                                                3.5s
 => => writing image sha256:7a0f37d2f7211ec96a22dca01887caa15c0820378167177d9cec21e0949e8997                                                           0.0s
 => => naming to registry.fly.io/blue-butterfly-6962:deployment-01GT2RCKMTY9CWH10F73G36VFA                                                             0.0s
--> Building image done
```==> Pushing image to fly
The push refers to repository [registry.fly.io/blue-butterfly-6962]
5b2bca68dc9d: Pushed
ea3bfb891e56: Pushed
04de5a041037: Pushed
61a68c69443d: Pushed
b8a07d07b0a2: Pushed
f0fc506f7982: Pushed
46cf0e48c979: Pushed
c3e35b2afb23: Pushed
b7fcac299347: Pushed
ec4a38999118: Pushed
deployment-01GT2RCKMTY9CWH10F73G36VFA: digest: sha256:993baaad689f415f94119643fcb2e25834b390c18857dbdef94f17be554e188f size: 2416
--> Pushing image done
image: registry.fly.io/blue-butterfly-6962:deployment-01GT2RCKMTY9CWH10F73G36VFA
image size: 370 MB
==> Creating release
--> release v2 created

--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Logs: https://fly.io/apps/blue-butterfly-6962/monitoring

 1 desired, 1 placed, 0 healthy, 1 unhealthy [restarts: 2] [health checks: 1 total]
Failed Instances

Failure #1

Instance
ID              PROCESS VERSION REGION  DESIRED STATUS  HEALTH CHECKS   RESTARTS        CREATED
d3703baf        app     0       sin     run     running 1 total         2               42s ago

Recent Events
TIMESTAMP               TYPE            MESSAGE
2023-02-24T22:28:01Z    Received        Task received by client
2023-02-24T22:28:01Z    Task Setup      Building Task Directory
2023-02-24T22:28:22Z    Started         Task started by client
2023-02-24T22:28:26Z    Terminated      Exit Code: 1
2023-02-24T22:28:26Z    Restarting      Task restarting in 1.144409467s
2023-02-24T22:28:32Z    Started         Task started by client
2023-02-24T22:28:36Z    Terminated      Exit Code: 1
2023-02-24T22:28:36Z    Restarting      Task restarting in 1.013158445s
2023-02-24T22:28:42Z    Started         Task started by client

2023-02-24T22:28:44Z   [info]   from /usr/local/lib/ruby/3.1.0/tsort.rb:205:in `tsort_each'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/initializable.rb:60:in `run_initializers'
2023-02-24T22:28:44Z   [info]   from /rails/config/environment.rb:5:in `<main>'
es-6.1.7/lib/rails/application.rb:391:in `initialize!'
2023-02-24T22:28:44Z   [info]   from /rails/config/environment.rb:5:in `<main>'
2023-02-24T22:28:44Z   [info]   from config.ru:3:in `require_relative'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/
ems/rack-2.2.4/lib/rack/builder.rb:116:in `eval'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:116:in `new_from_string'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:105:in `load_file'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:66:in `parse_file'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:349:in `build_app_and_options_from_config'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:249:in `app'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:422:in `wrapped_app'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:312:in `block in start'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:379:in `handle_profiling'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:311:in `start'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:144:in `block
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:144:in `block
in perform'
2023-02-24T22:28:44Z   [info]   from <internal:kernel>:90:in `tap'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:135:in `perform'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/command/base.rb:69:in `perform'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/command.rb:48:in `invoke'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands.rb:18:in `<main>'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
2023-02-24T22:28:44Z   [info]   from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'
2023-02-24T22:28:44Z   [info]   from /rails/bin/rails:5:in `<main>'
2023-02-24T22:28:45Z   [info]Starting clean up.
--> v0 failed - Failed due to unhealthy allocations - no stable job version to auto revert to and deploying as v1

--> Troubleshooting guide at https://fly.io/docs/getting-started/troubleshooting/
Error abort
fly.toml

# fly.toml file generated for purple-frost-356 on 2023-02-25T06:45:06+08:00

app = "purple-frost-356"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []

[env]
PORT = 3000

[experimental]
  auto_rollback = true

[[services]]
  http_checks = []
  internal_port = 3000
  processes = ["app"]
  protocol = "tcp"
  script_checks = []
  [services.concurrency]
    hard_limit = 25
    soft_limit = 20
    type = "connections"

Dockerfile

Start the server by default, this can be overwritten at runtime

EXPOSE 3000

CMD [ā€œ./bin/railsā€, ā€œserverā€]

Unfortunately, Rails stack tracebacks are often lengthy. All we can tell from the information you posted is that one of your initializers has failed, but not which one.

You may be able to see more information using fly logs or by going to your online dashboard and clicking on the ā€˜monitorā€™ tab on the left. Worst case I can talk you through sshā€™ing into the server where you can experiment directly.

But first, the most common problem with initializers is due to environment variables expected to be present but not set. Could this be the case here?

1 Like

Hello, here is the logs from the monitoring tab

$ fly logs -a purple-frost-356

Waiting for logs...

2023-02-24T22:54:16.732 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/command/base.rb:69:in `perform'

2023-02-24T22:54:16.732 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/command.rb:48:in `invoke'

2023-02-24T22:54:16.732 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands.rb:18:in `<main>'

2023-02-24T22:54:16.732 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:16.733 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:16.733 app[880ffd08] ord [info] from /rails/bin/rails:5:in `<main>'

2023-02-24T22:54:17.728 app[880ffd08] ord [info] Starting clean up.

2023-02-24T22:54:23.787 runner[880ffd08] ord [info] Starting instance

2023-02-24T22:54:23.864 runner[880ffd08] ord [info] Configuring virtual machine

2023-02-24T22:54:23.865 runner[880ffd08] ord [info] Pulling container image

2023-02-24T22:54:24.118 runner[880ffd08] ord [info] Unpacking image

2023-02-24T22:54:24.124 runner[880ffd08] ord [info] Preparing kernel init

2023-02-24T22:54:24.944 runner[880ffd08] ord [info] Configuring firecracker

2023-02-24T22:54:25.968 runner[880ffd08] ord [info] Starting virtual machine

2023-02-24T22:54:26.152 app[880ffd08] ord [info] Starting init (commit: 08b4c2b)...

2023-02-24T22:54:26.175 app[880ffd08] ord [info] Preparing to run: `/rails/bin/docker-entrypoint ./bin/rails server` as rails

2023-02-24T22:54:26.197 app[880ffd08] ord [info] 2023/02/24 22:54:26 listening on [fdaa:1:725f:a7b:f4:880f:fd08:2]:22 (DNS: [fdaa::3]:53)

2023-02-24T22:54:27.013 app[880ffd08] ord [info] You don't have net-smtp installed in your application. Please add it to your Gemfile and run bundle install

2023-02-24T22:54:28.988 app[880ffd08] ord [info] You don't have net-smtp installed in your application. Please add it to your Gemfile and run bundle install

2023-02-24T22:54:29.086 app[880ffd08] ord [info] => Booting Puma

2023-02-24T22:54:29.086 app[880ffd08] ord [info] => Rails 6.1.7 application starting in production

2023-02-24T22:54:29.086 app[880ffd08] ord [info] => Run `bin/rails server --help` for more startup options

2023-02-24T22:54:29.206 app[880ffd08] ord [info] You don't have net-smtp installed in your application. Please add it to your Gemfile and run bundle install

2023-02-24T22:54:29.206 app[880ffd08] ord [info] Exiting

2023-02-24T22:54:29.206 app[880ffd08] ord [info] /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require': cannot load such file -- net/smtp (LoadError)

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/mail-2.7.1/lib/mail.rb:9:in `<module:Mail>'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/mail-2.7.1/lib/mail.rb:3:in `<main>'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/actionmailer-6.1.7/lib/action_mailer/mail_with_error_handling.rb:4:in `<main>'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/actionmailer-6.1.7/lib/action_mailer/base.rb:3:in `<main>'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/app/mailers/application_mailer.rb:1:in `<main>'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.206 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:30:in `require'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:135:in `const_get'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:135:in `cget'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:169:in `block in actual_eager_load_dir'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:40:in `block in ls'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:25:in `each'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/helpers.rb:25:in `ls'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:164:in `actual_eager_load_dir'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:17:in `block (2 levels) in eager_load'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:16:in `each'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:16:in `block in eager_load'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:10:in `synchronize'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader/eager_load.rb:10:in `eager_load'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader.rb:296:in `block in eager_load_all'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader.rb:294:in `each'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.6/lib/zeitwerk/loader.rb:294:in `eager_load_all'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/application/finisher.rb:133:in `block in <module:Finisher>'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/initializable.rb:32:in `instance_exec'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/initializable.rb:32:in `run'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/initializable.rb:61:in `block in run_initializers'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:228:in `block in tsort_each'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:431:in `each_strongly_connected_component_from'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:349:in `block in each_strongly_connected_component'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `call'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] each' /usr/local/lib/ruby/3.1.0/tsort.rb:347:in `each_strongly_connected_component'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:226:in `tsort_each'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /usr/local/lib/ruby/3.1.0/tsort.rb:205:in `tsort_each'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/initializable.rb:60:in `run_initializers'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/application.rb:391:in `initialize!'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/config/environment.rb:5:in `<main>'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from config.ru:3:in `require_relative'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from config.ru:3:in `block in <main>'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:116:in `eval'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:116:in `new_from_string'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:105:in `load_file'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/builder.rb:66:in `parse_file'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:349:in `build_app_and_options_from_config'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:249:in `app'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:422:in `wrapped_app'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:312:in `block in start'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:379:in `handle_profiling'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/rack-2.2.4/lib/rack/server.rb:311:in `start'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:144:in `block

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:144:in `block in perform'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from <internal:kernel>:90:in `tap'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands/server/server_command.rb:135:in `perform'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/command/base.rb:69:in `perform'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/command.rb:48:in `invoke'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/railties-6.1.7/lib/rails/commands.rb:18:in `<main>'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.15.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:32:in `require'

2023-02-24T22:54:29.207 app[880ffd08] ord [info] from /rails/bin/rails:5:in `<main>'

2023-02-24T22:54:30.189 app[880ffd08] ord [info] Starting clean up.

Upgrade to mail gem version 2.8.0 or later, or add the following to your Gemfile and run bundle install:

gem 'net-smtp', require: false
gem 'net-imap', require: false
gem 'net-pop', require: false

See Rails 7 Ruby 3.1 LoadError: cannot load such file -- net/smtp - Stack Overflow for more details.

Thank you so much @rubys! I have deployed my appā€¦ But when I open it, it says: Weā€™re sorry, but something went wrong.

If you are the application owner check the logs for more information.

On the monitoring logs, hereā€™s the result:

Deployed v0

Deployment completed successfully.

1 desired, 1 placed, 1 healthy, 0 unhealthy [health checks: 1 total, 1 passing]
$ fly logs -a icy-sunset-5578

Waiting for logs...

2023-02-25T07:25:41.981 app[9d8218d9] sin [info] -- add_index(:users, :reset_password_token, {:unique=>true})

2023-02-25T07:25:41.983 app[9d8218d9] sin [info] -> 0.0020s

2023-02-25T07:25:41.983 app[9d8218d9] sin [info] == 20221109120529 DeviseCreateUsers: migrated (0.0193s) =======================

2023-02-25T07:25:41.988 app[9d8218d9] sin [info] I, [2023-02-25T07:25:41.988378 #525] INFO -- : Migrating to CreateTransactions (20221110043329)

2023-02-25T07:25:41.990 app[9d8218d9] sin [info] == 20221110043329 CreateTransactions: migrating ===============================

2023-02-25T07:25:41.990 app[9d8218d9] sin [info] -- create_table(:transactions)

2023-02-25T07:25:41.997 app[9d8218d9] sin [info] -> 0.0067s

2023-02-25T07:25:41.997 app[9d8218d9] sin [info] == 20221110043329 CreateTransactions: migrated (0.0070s) ======================

2023-02-25T07:25:42.001 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.001097 #525] INFO -- : Migrating to FixColumnName (20221110044618)

2023-02-25T07:25:42.002 app[9d8218d9] sin [info] == 20221110044618 FixColumnName: migrating ====================================

2023-02-25T07:25:42.003 app[9d8218d9] sin [info] -- rename_column(:transactions, :type, :action_type)

2023-02-25T07:25:42.012 app[9d8218d9] sin [info] -> 0.0090s

2023-02-25T07:25:42.012 app[9d8218d9] sin [info] == 20221110044618 FixColumnName: migrated (0.0091s) ===========================

2023-02-25T07:25:42.016 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.015803 #525] INFO -- : Migrating to AddStockRefToTransactions (20221110084828)

2023-02-25T07:25:42.016 app[9d8218d9] sin [info] == 20221110084828 AddStockRefToTransactions: migrating ========================

2023-02-25T07:25:42.016 app[9d8218d9] sin [info] -- add_reference(:transactions, :stock, {:null=>false, :foreign_key=>true})

2023-02-25T07:25:42.025 app[9d8218d9] sin [info] -> 0.0080s

2023-02-25T07:25:42.025 app[9d8218d9] sin [info] == 20221110084828 AddStockRefToTransactions: migrated (0.0082s) ===============

2023-02-25T07:25:42.033 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.033460 #525] INFO -- : Migrating to AddDefaultValueToShares (20221110131112)

2023-02-25T07:25:42.035 app[9d8218d9] sin [info] == 20221110131112 AddDefaultValueToShares: migrating ==========================

2023-02-25T07:25:42.035 app[9d8218d9] sin [info] -- change_column_default(:stocks, :shares, 0)

2023-02-25T07:25:42.042 app[9d8218d9] sin [info] -> 0.0067s

2023-02-25T07:25:42.042 app[9d8218d9] sin [info] == 20221110131112 AddDefaultValueToShares: migrated (0.0070s) =================

2023-02-25T07:25:42.046 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.045829 #525] INFO -- : Migrating to AddAccountStatusToUser (20221114052358)

2023-02-25T07:25:42.047 app[9d8218d9] sin [info] == 20221114052358 AddAccountStatusToUser: migrating ===========================

2023-02-25T07:25:42.047 app[9d8218d9] sin [info] -- add_column(:users, :account_status, :integer)

2023-02-25T07:25:42.050 app[9d8218d9] sin [info] -> 0.0031s

2023-02-25T07:25:42.050 app[9d8218d9] sin [info] == 20221114052358 AddAccountStatusToUser: migrated (0.0033s) ==================

2023-02-25T07:25:42.056 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.055878 #525] INFO -- : Migrating to AddUserToStocks (20221115124344)

2023-02-25T07:25:42.056 app[9d8218d9] sin [info] == 20221115124344 AddUserToStocks: migrating ==================================

2023-02-25T07:25:42.056 app[9d8218d9] sin [info] -- add_reference(:stocks, :user, {:foreign_key=>true})

2023-02-25T07:25:42.063 app[9d8218d9] sin [info] -> 0.0063s

2023-02-25T07:25:42.063 app[9d8218d9] sin [info] == 20221115124344 AddUserToStocks: migrated (0.0065s) =========================

2023-02-25T07:25:42.066 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.066426 #525] INFO -- : Migrating to AddUserToTransactions (20221115125641)

2023-02-25T07:25:42.067 app[9d8218d9] sin [info] == 20221115125641 AddUserToTransactions: migrating ============================

2023-02-25T07:25:42.067 app[9d8218d9] sin [info] -- add_reference(:transactions, :user, {:null=>false, :foreign_key=>true})

2023-02-25T07:25:42.074 app[9d8218d9] sin [info] -> 0.0070s

2023-02-25T07:25:42.074 app[9d8218d9] sin [info] == 20221115125641 AddUserToTransactions: migrated (0.0072s) ===================

2023-02-25T07:25:42.078 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.078060 #525] INFO -- : Migrating to RemoveStockFromTransactions (20221115130434)

2023-02-25T07:25:42.079 app[9d8218d9] sin [info] == 20221115130434 RemoveStockFromTransactions: migrating ======================

2023-02-25T07:25:42.079 app[9d8218d9] sin [info] -- remove_reference(:transactions, :stock, {:null=>false, :foreign_key=>true})

2023-02-25T07:25:42.092 app[9d8218d9] sin [info] == 2022111513

2023-02-25T07:25:42.092 app[9d8218d9] sin [info] == 2022111513 434 RemoveStockFromTransactions: migrated (0.0128s) =============

2023-02-25T07:25:42.097 app[9d8218d9] sin [info] I, [2023-02-25T07:25:42.096803 #525] INFO -- : Migrating to TransactionsChangeColumnFloat (20221119010638)

2023-02-25T07:25:42.098 app[9d8218d9] sin [info] == 20221119010638 TransactionsChangeColumnFloat: migrating ====================

2023-02-25T07:25:42.098 app[9d8218d9] sin [info] -- change_column(:transactions, :cost_price, :float)

2023-02-25T07:25:42.106 app[9d8218d9] sin [info] -> 0.0083s

2023-02-25T07:25:42.106 app[9d8218d9] sin [info] -- change_column(:stocks, :cost_price, :float)

2023-02-25T07:25:42.111 app[9d8218d9] sin [info] -> 0.0041s

2023-02-25T07:25:42.111 app[9d8218d9] sin [info] == 20221119010638 TransactionsChangeColumnFloat: migrated (0.0128s) ===========

2023-02-25T07:25:42.752 app[9d8218d9] sin [info] => Booting Puma

2023-02-25T07:25:42.752 app[9d8218d9] sin [info] => Rails 6.1.7 application starting in production

2023-02-25T07:25:42.752 app[9d8218d9] sin [info] => Run `bin/rails server --help` for more startup options

2023-02-25T07:25:43.267 app[9d8218d9] sin [info] W, [2023-02-25T07:25:42.919901 #520] WARN -- : Creating scope :trader. Overwriting existing method User.trader.

2023-02-25T07:25:43.267 app[9d8218d9] sin [info] Puma starting in single mode...

2023-02-25T07:25:43.267 app[9d8218d9] sin [info] * Puma version: 5.6.5 (ruby 3.1.2-p20) ("Birdie's Version")

2023-02-25T07:25:43.267 app[9d8218d9] sin [info] * Min threads: 5

2023-02-25T07:25:43.267 app[9d8218d9] sin [info] * Max threads: 5

2023-02-25T07:25:43.267 app[9d8218d9] sin [info] * Environment: production

2023-02-25T07:25:43.267 app[9d8218d9] sin [info] * PID: 520

2023-02-25T07:25:43.268 app[9d8218d9] sin [info] * Listening on http://0.0.0.0:3000

2023-02-25T07:25:43.271 app[9d8218d9] sin [info] Use Ctrl-C to stop

2023-02-25T07:26:40.065 app[9d8218d9] sin [info] I, [2023-02-25T07:26:40.064786 #520] INFO -- : [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] Started GET "/" for 66.241.124.21 at 2023-02-25 07:26:40 +0000

2023-02-25T07:26:40.067 app[9d8218d9] sin [info] I, [2023-02-25T07:26:40.066864 #520] INFO -- : [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] Processing by HomeController#index as HTML

2023-02-25T07:26:40.079 app[9d8218d9] sin [info] I, [2023-02-25T07:26:40.079694 #520] INFO -- : [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] Rendered home/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 785)

2023-02-25T07:26:40.080 app[9d8218d9] sin [info] I, [2023-02-25T07:26:40.079896 #520] INFO -- : [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] Rendered layout layouts/application.html.erb (Duration: 2.7ms | Allocations: 853)

2023-02-25T07:26:40.080 app[9d8218d9] sin [info] I, [2023-02-25T07:26:40.080252 #520] INFO -- : [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] Completed 500 Internal Server Error in 13ms (Allocations: 2839)

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] F, [2023-02-25T07:26:40.081325 #520] FATAL -- : [8239c1d1-ead4-4de2-94c0-f8d46ca4c638]

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] ActionView::Template::Error (The asset "financial_plan_design" is not present in the asset pipeline.

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] ):

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] 14: </div>

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] 15: </div>

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] 16: <div class="col">

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] 17: <%= image_tag "financial_plan_design", class: "border-0 img-thumbnail" %>

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] 18: </div>

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] 19: </div>

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] 20: </div>

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638]

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] app/views/home/index.html.erb:17

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] app/controllers/home_controller.rb:13:in `rescue in index'

2023-02-25T07:26:40.081 app[9d8218d9] sin [info] [8239c1d1-ead4-4de2-94c0-f8d46ca4c638] app/controllers/home_controller.rb:3:in `index'

2023-02-25T07:28:14.083 app[9d8218d9] sin [info] I, [2023-02-25T07:28:14.083341 #520] INFO -- : [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] Started GET "/" for 66.241.124.21 at 2023-02-25 07:28:14 +0000

2023-02-25T07:28:14.084 app[9d8218d9] sin [info] I, [2023-02-25T07:28:14.084357 #520] INFO -- : [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] Processing by HomeController#index as HTML

2023-02-25T07:28:14.086 app[9d8218d9] sin [info] I, [2023-02-25T07:28:14.086007 #520] INFO -- : [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] Rendered home/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 323)

2023-02-25T07:28:14.086 app[9d8218d9] sin [info] I, [2023-02-25T07:28:14.086112 #520] INFO -- : [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] Rendered layout layouts/application.html.erb (Duration: 0.7ms | Allocations: 354)

2023-02-25T07:28:14.086 app[9d8218d9] sin [info] I, [2023-02-25T07:28:14.086354 #520] INFO -- : [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] Completed 500 Internal Server Error in 2ms (Allocations: 761)

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] F, [2023-02-25T07:28:14.087428 #520] FATAL -- : [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1]

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] ActionView::Template::Error (The asset "financial_plan_design" is not present in the asset pipeline.

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] ):

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] 14: </div>

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] 15: </div>

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] 16: <div class="col">

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] 17: <%= image_tag "financial_plan_design", class: "border-0 img-thumbnail" %>

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] 18: </div>

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] 19: </div>

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] 20: </div>

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1]

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] app/views/home/index.html.erb:17

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] app/controllers/home_controller.rb:13:in `rescue in index'

2023-02-25T07:28:14.087 app[9d8218d9] sin [info] [0017fc7e-16dc-4fcb-ba40-ca6779c2c4b1] app/controllers/home_controller.rb:3:in `index'

What could be the problem or what should I do next? Thank you in advance.