When I meteor build my app, I get an "Internal Server Error" on any picker routes. But it works fine on localhost:3000.
The error output looks like this:
TypeError: Path must be a string. Received null
at assertPath (path.js:28:11)
at Object.resolve (path.js:1184:7)
at server/main.js:27:47
at doCall (packages/meteorhacks_picker.js:128:14)
Any idea why this happens?
When I
meteor buildmy app, I get an "Internal Server Error" on any picker routes. But it works fine on localhost:3000.The error output looks like this:
Any idea why this happens?