Ok so i am running a store and im using cron jobs to automaticly check a url for new orders but it doesnt work.
When i enter the url manually it works and it registers new orders and assigns them an api, but when i try to use cron jobs nothing happens
This is the command im running: wget --spider -O - http://example/cron/order >/dev/null 2>&1
Ive also tried countless variation but nothing works, like curl http://example.com/cron/order >/dev/null 2>&1
When i enter the url manually it works and it registers new orders and assigns them an api, but when i try to use cron jobs nothing happens
This is the command im running: wget --spider -O - http://example/cron/order >/dev/null 2>&1
Ive also tried countless variation but nothing works, like curl http://example.com/cron/order >/dev/null 2>&1
Last edited by a moderator: