You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NODE_ENV=development MONGO_SEED=true npm start
[ ... TRUNCATED ... ]
TypeError: Cannot read property 'file' of undefined
at exports.changeProfilePicture (C:\Users\Jnchi\repos\TallyCTF\modules\users\server\controllers\users\users.profile.server.controller.js:60:76)
at Layer.handle [as handle_request] (C:\Users\Jnchi\repos\TallyCTF\node_modules\express\lib\router\layer.js:95:5)
at next (C:\Users\Jnchi\repos\TallyCTF\node_modules\express\lib\router\route.js:131:13)
at Route.dispatch (C:\Users\Jnchi\repos\TallyCTF\node_modules\express\lib\router\route.js:112:3)
at Layer.handle [as handle_request] (C:\Users\Jnchi\repos\TallyCTF\node_modules\express\lib\router\layer.js:95:5)
at C:\Users\Jnchi\repos\TallyCTF\node_modules\express\lib\router\index.js:277:22
at Function.process_params (C:\Users\Jnchi\repos\TallyCTF\node_modules\express\lib\router\index.js:330:12)
at next (C:\Users\Jnchi\repos\TallyCTF\node_modules\express\lib\router\index.js:271:10)
at SessionStrategy.strategy.pass (C:\Users\Jnchi\repos\TallyCTF\node_modules\passport\lib\middleware\authenticate.js:318:9)
at C:\Users\Jnchi\repos\TallyCTF\node_modules\passport\lib\strategies\session.js:61:12
at pass (C:\Users\Jnchi\repos\TallyCTF\node_modules\passport\lib\authenticator.js:333:31)
at deserialized (C:\Users\Jnchi\repos\TallyCTF\node_modules\passport\lib\authenticator.js:345:7)
at Query.<anonymous> (C:\Users\Jnchi\repos\TallyCTF\modules\users\server\config\users.server.config.js:25:7)
at C:\Users\Jnchi\repos\TallyCTF\node_modules\kareem\index.js:177:19
at C:\Users\Jnchi\repos\TallyCTF\node_modules\kareem\index.js:109:16
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickCallback (internal/process/next_tick.js:181:9)
This was tested locally on Windows.
nvm list
13.0.1
* 8.16.2 (Currently using 64-bit executable)
The text was updated successfully, but these errors were encountered:
Location: User Profile > Change Profile Picture > Select Image > (any image) > Upload
This was tested locally on Windows.
nvm list 13.0.1 * 8.16.2 (Currently using 64-bit executable)
The text was updated successfully, but these errors were encountered: