Traccar doesn't log anything. You need to check on your server side.
I do check on my server side, but no forward.
Any thoughts ?
The only other option is to debug Java code.
I want to make sure i'm not missing anything.
I use Android client app in order to see my android in traccar's web ui locally.
I put interval time on 5 seconds, plus I put the forward url command.
The above means that every 5 seconds the Android will report traccar which supposes to report my server ?
Thanks.
Have you verified that your Android report it?
How would I verify that ?
Check the web app.
Looks good. I can see it gets updated
I have another lead, when running the server, although its starting I have an error :Error: Constraint "UK_USER_TOKEN" not found
What is the above mean ?thanks
You can ignore that error.
You can't have updates and send errors at the same time.
Got you, ignored.
I tried putting my server URL in traccar client and I can see the reports to my server, but still not working with the forward url, any idea ?
Have you checked logs to see that you get data from the app?
Hi,
I put the following lines in my traccar.xml :
I know it will be blocked because its unauthenticated, but still I need to get a POST from traccar server which I don't.
How can I check if the forward succeed ?
Thanks !