You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've run into a problem with the push notifications on my custom app. When the user logs in with his google account the push notifications don't work.
To Reproduce
Steps to reproduce the behavior:
Login with OpenID
Test Firebase Push notifications
Notifications don't work
Login with normal login
Test Firebase Push notifications
Works normally
Expected behavior
Push notifications working with both methods
Smartphone (please complete the following information):
Additional context
I also noticed that in the app code there is " base-config cleartextTrafficPermitted="true" ". If that is turned to false notifications also stop working. Maybe that is useful to know, as OpenID also doesn't like http
The text was updated successfully, but these errors were encountered:
I'm hitting this too with the stock Traccar Management app with a Traccar API key. If I login with OpenID (hooked into Keycloak), no notification token is given to the device and push notifications don't work. If I logout and login with a normal Traccar account, the notification token is sent and push notifications work.
Describe the bug
I've run into a problem with the push notifications on my custom app. When the user logs in with his google account the push notifications don't work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Push notifications working with both methods
Smartphone (please complete the following information):
Additional context
I also noticed that in the app code there is " base-config cleartextTrafficPermitted="true" ". If that is turned to false notifications also stop working. Maybe that is useful to know, as OpenID also doesn't like http
The text was updated successfully, but these errors were encountered: