If you’re experiencing difficulties during the NexWrite installation or deployment process, this guide will help you identify and fix common issues. Below you’ll find error categories with detailed solutions.

Before You Begin

Before diving into specific problems, ensure the following:

  1. Your system meets all server requirements.
  2. You’re using the latest version of the NexWrite ZIP archive.
  3. You’ve followed the appropriate installation guide for your environment:
    VPS, PaaS, or Localhost.

Common Issues and Solutions


Additional Debugging Tips

  1. Always check PM2 logs:

    pm2 logs
    
  2. If using Nginx, check:

    sudo cat /var/log/nginx/error.log
    
  3. Inspect your MongoDB connection separately using a tool like MongoDB Compass.

  4. Verify SSL and HTTPS redirect rules are correctly set up if you enabled HTTPS.


Getting Further Help

If you’re still facing issues:

  1. Collect the following information:

    • Error logs (pm2 logs, Nginx logs)
    • VPS specs (RAM, OS version)
    • Steps to reproduce the error
    • Screenshot or full error message
  2. Contact our support team:
    📩 support@jooj.us

Most issues are solved by checking the logs and carefully reviewing each step of the installation. If something fails, don’t panic — 90% of problems are minor misconfigurations or missing steps.