menu

Web interface

In this article we will describe most common UI errors and ways of their solution.

If you see nginx welcome screen, it means that request went through and nginx is installed and working, but has not been configured yet.

Resolution steps:

  • Config files are stored in /etc/nginx/sites-available
  • To connect them you need to make symlinks for these files to /etc/nginx/sites-enabled

If there are no configs present - please contact Navixy support team.

Web interface

DNS_PROBE_FINISHED_NXDOMAIN error means that your domain is not pointed to your server or is set up incorrectly.

To resolve the issue, please check that DNS records for the domain are specified correctly.

Domains require A-type DNS record to functions.

Web interface

This error means that connection attempts failed. Possible resolution steps^

  1. Check that port 80 (HTTP) or 443 (HTTPS) is open and connection are allowed.
  2. Check that nginx is launched
    /etc/init.d/nginx start
  3. Check if necessary sites are enabled. Sites are enabling by creating symlink in directory /etc/nginx/sites-enabled/
  4. If you’ve edited virtual hosts reload nginx by the command
    # nginx -t && nginx -s reload
Web interface

If you see such error it means NGINX not properly configured or you’re requesting wrong URL. Possible ways to solve:

  1. Make sure that urls in configuration files are correct. Virtual hosts files are located in /etc/nginx/sites-available/
  2. Check if necessary sites are enabled. Sites are enabling by creating symlink in directory /etc/nginx/sites-enabled/
  3. Check that static file location, specified in configs from point 2 is correct.
  4. Since you’ve edited virtual hosts reload nginx by the command
    # nginx -t && nginx -s reload
Web interface

If you see a loading icon for extended time periods - it means that you web server is working and static files are accessible, but UI can't get data from the platfrom.

To resolve the issue:

  1. Check that your API server is working by executing
    sv status api-server
    If service is stopped - please restart it. If service is not launching - please refer to the logs to see the error
  2. Check that correct domain name is specified in the Admin panel (Account Management -> Service preferences)
  3. Check API URL, it may be incorrect URL in the Config.js. File is located in web server's root directory, usually it is /var/www/pro-ui. Replace with correct one and reload the page
  4. If all points above are fine - please check memory consumption and API log. Perhaps, service has run out of memory.

Web interface

If you are seeing Database error message - please check that MySQL is running
service mysql status
If needed, start the MySQL service - service mysql start and check it's logs

To know what error occur please start browser console pressing F12 (chrome and similar) then click on “Network tab” and choose red message. Clicking on the “Preview” you’ll see the answer from API. Mostly it is caused by error “Dealer not found”. In the admin panel, go to Service Preferences tab in the Account Management section, and insert your domain used for monitoring and save. It will be OK.

Quick configuration guide

This error tells you that connection is not protected. Possible reasons

  • You try to access port 443 and do not have SSL certificate installed
  • Your certificate does not cover the domain name you are accessing
  • Your certificate has expired
  • Your certificate is not set up correctly

To resolve the issue you will need to issue a certificate if you don't have one or yours expired.

Web interface
Video Telematics NEW
Open
Video Telematics NEW
Review incidents
Determine liability
Coach drivers
Learn more >
Open

This website uses cookies.
See our Privacy Policy to learn more.