Open MZole opened 1 year ago
@Piedone is it happening because we didn't encrypt or decrypt the secrets last time? @MZole do you have a test account that you could share in Gitter or email, we need to resolve this before 1.6.0
This happens if you delete the data protection keyrings of the app, or if you take the DB snapshot of the app and try to run it without the keyrings also being available. I don't think there is a bug. (The whole secret storage story could be better to also prevent the necessity of managing the keyrings.)
I misunderstood the bug report. Simply enabling these features should not cause the above errors, of course. @sebastienros did somebody fix this, or did you close because you also misunderstood it like me?
@MZole is this happeing when you run the app LIVE, due using different DPK
Describe the bug
This is in the 1.6 nightly version, enabling the authenticating features (like Facebook Login or GitHub/Google/Microsoft authentication) raises the following errors in the log file:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Enabling these features shouldn't raise an error.