forked from gelleouet/smarthome-application
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[grails3] after migration enedis token refreshing is not working #9
Comments
artlog
added a commit
to artlog/consoherozh
that referenced
this issue
Apr 9, 2022
…ometers#9 - force a flush at NotificationAccount save time.
tentative fix with flush:true does not work, refresh_token 'after' as seen in traces does not persist. |
artlog
added a commit
to artlog/consoherozh
that referenced
this issue
Apr 10, 2022
…ometers#9 - mark notificationAccount config property as dirty - this then will trigger an update - when refresh token is refused, actualy set expired to 'true' - an execption was thrown that did rollback on exception
artlog
added a commit
to artlog/consoherozh
that referenced
this issue
Apr 10, 2022
…ometers#9 - mark notificationAccount config property as dirty - this then will trigger an update - when refresh token is refused, actualy set expired to 'true' - an exception was thrown that did rollback on exception
setting config in NotificationAccount does not mark objet as dirty. Even setting markdirty does not trigger update, but markDirty('config') does it. when it works :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enedis linky counter are not refreshed anymore, token refreshed is requested and obtained but its value in NotificationAccount does not persist at .save().
The text was updated successfully, but these errors were encountered: