I have finished configuring the traccar and I used the newest updates but when I go to my server address :8082, The title says "Traccar" but it displays a white blank page after loading. i checked the browser console and it says "failed to fetch".. The tracker_server log displays this:
GNU nano 4.8 tracker-server.log
2023-11-23 00:07:44 WARN: Failed callback - Close SendCallback@5e173b9a[PENDING][i=null,cb=null] in state PENDING - IOExcep>
2023-11-23 00:11:46 WARN: Failed callback - Close SendCallback@2ef452c2[PENDING][i=null,cb=null] in state PENDING - IOExcep>
2023-11-23 00:11:46 WARN: handleException /assets/index-bdf2cdc7.js java.io.IOException: java.util.concurrent.TimeoutExcept>
I am using myql and it is properly installed. I also configured the traccar.xml
to use
<entry key='database.driver'>com.mysql.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://localhost:3306/traccardb?useSSL=false&
allowMultiQueries=true&
autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables
=sql_mode=''</entry>
<entry key='database.user'>traccaruser</entry>
<entry key='database.password'>*</entry>
</properties>
please advice
Have you tried clearing browser cache? If the problem is still continues, check which API is failing.
I have finished configuring the traccar and I used the newest updates but when I go to my server address :8082, The title says "Traccar" but it displays a white blank page after loading. i checked the browser console and it says "failed to fetch".. The tracker_server log displays this:
I am using myql and it is properly installed. I also configured the traccar.xml
to use
<entry key='database.driver'>com.mysql.jdbc.Driver</entry> <entry key='database.url'>jdbc:mysql://localhost:3306/traccardb?useSSL=false& allowMultiQueries=true& autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables =sql_mode=''</entry> <entry key='database.user'>traccaruser</entry> <entry key='database.password'>*</entry> </properties>
please advice