there are several issues with the same theme, but I could not solve my problem.
Error: Route.post() requires callback functions but got a [object Undefined] at R
You are only missing
module.exports = app, or whatever you are exporting. This happened to me many times.