NGINX Upload Limits [413 Entity Too Large]
Using Screen Sessions
Updating Node.Js on Ubuntu
LEMN Stack Install
TypeError: Setting User Fix
Find Process By Port
Weblutions Docs > Knowledgebase > TypeError: Setting User Fix
TypeError: Setting User Fix
Are you ever using your Weblutions product with ease and randomly this lovely error appears for some users?
TypeError: Cannot set properties of undefined (setting 'user')
Well, here's how to fix it;
- Open your servers CMD prompt
- Delete the node_modules folder in the product. Eg;
rm -r /home/faxstore/node_modules
- Use the CD command to navigate to the directory
cd /home/faxstore
- Reinstall the node modules again using
npm install
This should resolve this issue for everyone 😇.

Review this page