If you go to a user who has no images, jade crashes because it's trying to read the username property from the first image in the array, but the array is empty so there is none.
TypeError: /Users/alexmitchell/Development/MathOverImages/Site/public/views/imagesCompilation.jade:3
1| extends ./partials/framework
2| block title
Cannot read property 'username' of undefined
at eval (eval at (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:172:8), :20:67)
at eval (eval at (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:172:8), :623:21)
at res (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:173:38)
at Object.exports.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:269:10)
at Object.exports.renderFile (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:305:18)
at View.exports.renderFile as engine
at View.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/express/lib/view.js:76:8)
at Function.app.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/express/lib/application.js:496:10)
at ServerResponse.res.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/express/lib/response.js:794:7)
at /Users/alexmitchell/Development/MathOverImages/Site/functions/albums.js:35:7
If you go to a user who has no images, jade crashes because it's trying to read the username property from the first image in the array, but the array is empty so there is none.
TypeError: /Users/alexmitchell/Development/MathOverImages/Site/public/views/imagesCompilation.jade:3 1| extends ./partials/framework 2| block title
Cannot read property 'username' of undefined at eval (eval at (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:172:8), :20:67)
at eval (eval at (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:172:8), :623:21)
at res (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:173:38)
at Object.exports.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:269:10)
at Object.exports.renderFile (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/jade/lib/jade.js:305:18)
at View.exports.renderFile as engine
at View.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/express/lib/view.js:76:8)
at Function.app.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/express/lib/application.js:496:10)
at ServerResponse.res.render (/Users/alexmitchell/Development/MathOverImages/Site/node_modules/express/lib/response.js:794:7)
at /Users/alexmitchell/Development/MathOverImages/Site/functions/albums.js:35:7