traccar / traccar-web

Traccar GPS Tracking System
https://www.traccar.org
Apache License 2.0
793 stars 1.1k forks source link

Login Popup Issue #1090

Closed kalp2525 closed 1 year ago

kalp2525 commented 1 year ago

Describe the bug I implemented this traccar API in my website so there was one popup coming when I entered first time in browser.

Expected behavior I expected remove popup which comes when I run web app first time.

Screenshots This popup comes when start my web-app. image

Here in API's there were session and server API called but there was token API status was pending. image

Desktop (please complete the following information):

Additional context When I give username and password and then press signin button on popup then traccar API working fine. But when I press cancel button of popup then token and all other API cancelled and HTTP 401 Unauthorized-WebApplicationException(SecurityRequestFilter: 126<...) this error gives by all the cancelled API's.

tananaev commented 1 year ago

Duplicate of https://github.com/traccar/traccar-web/issues/1089.

kalp2525 commented 1 year ago

This bug comes in my website so which forum will I use for this issue?

tananaev commented 1 year ago

https://www.traccar.org/forums/forum/server/

kalp2525 commented 1 year ago

Thanks.