I have a nodejs application that has the following URL
/establishment/:id/:slug
The :id parameter and the :slug parameter don't arrive in the controller, if I use a req.params the return is an empty object.
I believe that the route is not passing the parameter to the controller, but the funny part is that this problem is only happening on the railway.
I have this same application on AWS with exactly the same files and it works normally there.