Thanks again.
That solved the problem.
I am getting user home page and login screen. But when I am trying to login, getting "
500 Error" page without any style/image.
When I see the page source (for 500 Error page), all assets are referring to wrong path.
referring to /assets/common.css
/assets/jquery.min.js
instead of like below /assets/2.13.13/stylesheets/common.css
/assets/2.13.13/javascripts/login.js
Also in production I have setup service script for
Windshaft (following
this as reference) which is failing with following error code.
path.js:360
throw new TypeError('Arguments to path.join must be strings');
^
TypeError: Arguments to path.join must be strings
at path.js:360:15
at Array.filter (native)
at Object.exports.join (path.js:358:36)
at Object.exports.register_system_fonts (<Windshaft_root>/node_modules/mapnik/lib/mapnik.js:67:24)
at Object.<anonymous> (<Windshaft_root>/node_modules/mapnik/lib/mapnik.js:98:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
error: Forever detected script exited with code: 8
Please advice me on this, I couldn't get dashboard page right now.