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
Timed use ember-simple-auth-oidc, which it's built in top of ember-simple-auth,
when first time login, the session service including the data of the current user info and it's an instance of data model
but when the token is expire, ember-simple-auth-oidc refresh the token, but the user information is a pure object that come from keycloak, without encapsulating it inside ember data model and we can not access the helper that defined in user data model
To Reproduce
open multi timed tab, and go to https://timed.adfinis.com/reports and in another page go to https://timed.adfinis.com/analysis page, and wait a few minutes until you are sure the token is expire
Screenshots
in the console, you got a lot of this error, and each time you select a report or try to change the date of timesheet, you get another error.
and the source of this error coming from Report Abilities file
and there is an open merge request to give a temporary solution to ignore this issue adfinis/timed-frontend#1199
The text was updated successfully, but these errors were encountered:
Describe the bug
Timed use
ember-simple-auth-oidc
, which it's built in top ofember-simple-auth
,when first time login, the
session
service including the data of the current user info and it's an instance of data modelbut when the token is expire,
ember-simple-auth-oidc
refresh the token, but the user information is a pure object that come fromkeycloak
, without encapsulating it inside ember data model and we can not access the helper that defined in user data modelTo Reproduce
open multi timed tab, and go to
https://timed.adfinis.com/reports
and in another page go tohttps://timed.adfinis.com/analysis
page, and wait a few minutes until you are sure the token is expireScreenshots
in the console, you got a lot of this error, and each time you select a report or try to change the date of timesheet, you get another error.
and the source of this error coming from Report Abilities file
and there is an open merge request to give a temporary solution to ignore this issue adfinis/timed-frontend#1199
The text was updated successfully, but these errors were encountered: