Legacy rails 5 project deploys but could not be accessed through the domain
Hi, I'm trying to deploy my rails project and it seems that the deployment proceeds sucesfully. However, when I try to access through either the generated domain or the custom one I get Not Found despite logs indicating that the server booted up. I've copied some things related to the puma server from https://github.com/railwayapp-templates/ruby-rails
GitHub
GitHub - railwayapp-templates/ruby-rails
Contribute to railwayapp-templates/ruby-rails development by creating an account on GitHub.
2 Replies
Project ID:
d7a3dc19-7d16-4fa0-a459-a2a020130d31
d7a3dc19-7d16-4fa0-a459-a2a020130d31
I think there's an issue with new edge proxy (beta), because when I set up plain TCP proxy I can access the service
The issue was indeed the new edge proxy, I didn't get that the input for the port was optional and I should've left it empty to disable the feature