HTTP 401 Unauthorized - WebApplicationException (SecurityRequestFilter:128 < ... < OverrideFilter:49 < ...)

PiSchleudera year ago

Hi,

tried installation of traccar 5.10 - this is working without any problems, but after registration and logging in the error appears.
After that, no entries can be saved. Installation was carried out on a Raspberry Pi 4 with Raspian OS for IoBroker
(Bookworm) and also same behavior occurs when I install the server as docker on a synology (DSM 7).

No error message appears in the traccar-server.log

Any hint ?

Anton Tananaeva year ago

Have you inspected network requests using browser tools?

PiSchleudera year ago

well, i get something like this:

Request URL:
http://192.168.178.54:8888/api/session
Request Method:
GET
Status Code:
404 Not Found
Remote Address:
192.168.178.54:8888
Referrer Policy:
strict-origin-when-cross-origin
Access-Control-Allow-Credentials:
true
Access-Control-Allow-Headers:
origin, content-type, accept, authorization
Access-Control-Allow-Methods:
GET, POST, PUT, DELETE, OPTIONS
Access-Control-Allow-Origin:
*
Content-Length:
98
Content-Type:
application/json
Date:
Wed, 10 Jan 2024 06:39:27 GMT
Expires:
Thu, 01 Jan 1970 00:00:00 GMT
Server:
Jetty(11.0.18)
PiSchleuder10 months ago

I'll add it again - when I log in via my cell phone (using Chrome browser) everything works. But not via the Chromebook.

PiSchleuder10 months ago

Edit: what i found out. If i use chrome-browser on a chromebook the error appears, if i use firefox everthings works as expected.