crontab-ui/README/issues.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2016-05-27 19:00:26 +00:00
Issues
======
You can submit issues in the [issue tracker](https://github.com/alseambusher/crontab-ui/issues) of the repository.
2018-01-29 06:43:00 +00:00
Common issues
-------------
2016-12-16 16:24:38 +00:00
__crontab-ui is running but is not accessible on browser__ -
2016-12-22 03:25:32 +00:00
This is usually because the place where your crontab-ui is installed does not give access to others. It can be resolved by either __giving permission__ to the user (Recommended) or running crontab-ui as root. Refer [this](https://github.com/alseambusher/crontab-ui/issues/8)
2016-05-27 19:00:26 +00:00
__Hosting crontab-ui : it works on localhost but not outside the server__ - You have to host it using nginx, apache2, etc. Refer [this](nginx.md).
2016-09-28 16:52:50 +00:00
2016-12-16 16:24:38 +00:00
__crontab-ui stopped working__ - It can happen that your crontab-ui can stop working for some reason like adding incorrect jobs or timings. You can try resetting crontab-ui by running `crontab-ui --reset`.
2016-09-28 16:52:50 +00:00
__Where is my root node_modules folder__ - You can find it by `npm root -g`
2016-12-16 15:31:54 +00:00
2017-03-09 22:59:09 +00:00
__Mailing related issue__ - Refer [this](http://lifepluslinux.blogspot.com/2017/03/introducing-mailing-in-crontab-ui.html).
__Run crontab-ui as a daemon__ - Install [pm2](https://github.com/Unitech/pm2) using `npm install -g pm2`. Then just run `pm2 start crontab-ui`