Discord OAuth Redirects
Find Process By Port
How to Access Ubuntu Server
Increase MySQL Idle Timeout
LEMN Stack Install
NGINX Upload Limits [413 Entity Too Large]
Transfer Files Between Servers
TypeError: Setting User Fix
Using Node Version Manager
Using Screen Sessions
Segmentation Fault Error
Weblutions Documentation > 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
- Delete the package-lock.json file as well
- 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