Kevin Sauter

Results 8 comments of Kevin Sauter

Hi @Fahl-Design, can you write a small summary how to fix it in a running container? Would be very helpful until this issue is fixed in repman itself.

@Fahl-Design Thanks for the update! I updated the expires_at to be in the past, and the update was successful without any code change `update user_oauth_token set expires_at = '2022-06-20 10:10:10'...

@Fahl-Design i checked further and found that the refresh-token isn't updated by the token refresh. This will invalidate the refresh token for the next use. See PR https://github.com/repman-io/repman/pull/596

:warning: This will not fix already broken entries, or expired tokens which have no expire date in the database. For this, an additional migrate task would be required.

@temp are you sure that you are running the newest version of this MR? It works for me since Jun without any manual steps. @xvilo if you set the expire...

Hi @Ahmard, I think you are running the application in DEV-Mode. MakerBundle should not be loaded in prod.

Sounds related to the Bug i noticed. Should be fixed with https://github.com/josephdadams/TallyArbiter/pull/718

I will double check. Just to be sure how linked busses should work: A device can have more than one source, and if the device is linked to a bus,...