#Application running listening to port but nothing appear on production
6 messages · Page 1 of 1 (latest)
Project ID: c0b47ec0-2616-4ba8-bfa5-06d17b7946d3
It sounds like you may need to add a Procfile with "web: rake db:migrate && bin/rails assets:precompile && bin/rails server -b 0.0.0.0 -p ${PORT:-3000}" to your project. This will ensure that the assets are precompiled for production.
⚠️ experimental feature
help
@waxen plaza
your app needs to listen on 0.0.0.0 and process.env.PORT