This is the error received in the console:
[HPM] Client disconnected
[HPM] Error occurred while proxying request localhost:3000/api/devices to http://my-ip:8082/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
[HPM] Error occurred while proxying request localhost:3000/api/positions to http://my-ip:8082/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
[HPM] Upgrading to WebSocket
[HPM] WebSocket error: Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:217:20) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
Oh, one last detail. I am compiling tracker-server.jar. Do I also need to import the lib folder to the server?
I still get the console error, I activate the web.persistSession setting to true. After that the user stopped being unlogged. But I still get the console error. I feel like I'm just masking the problem. Any assistance in a direction is very welcome. Thank!
someone? : (
Hello everybody! I made some minor changes to the code, added some string fields to the backend and tweaked the frontend for use. It worked perfectly, the data was saved in the database. However, I have received an error in the logs and the user is also logged out all the time, could someone help me? The error received in logs is this: