Skip to content
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

fix: Handle undefined this.konnector for OAuth connectors #1390

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

doubleface
Copy link
Contributor

In ConnectionFlow, this.konnector can be undefined.
I don't see any justification for that but it won't have any
other nagative effect on the connector exection.

This causes a fatal error on all applications using
harvest and trying to configure an OAuth connector

This is a hotfix.
We will check why this variable is undefined in later investigation

In ConnectionFlow, this.konnector is undefined.
I don't see any justification for that but it won't have any
other nagative effect on the connector exection.
This causes a fatal error on all applications using
harvest and trying to configure an OAuth connector

This is a hotfix.
We will check why this variable is undefined in later investigation
@doubleface doubleface merged commit 9bea259 into master Nov 22, 2021
@doubleface doubleface deleted the fix/HarvestOauthClientSide branch November 22, 2021 14:55
doubleface pushed a commit to cozy/cozy-home that referenced this pull request Nov 22, 2021
Upgrade cozy-harvest-lib to 6.14.2 to avoid a fatal error on account
creation for OAuth connectors

cozy/cozy-libs#1390
doubleface pushed a commit to cozy/cozy-home that referenced this pull request Nov 22, 2021
Upgrade cozy-harvest-lib to 6.14.2 to avoid a fatal error on account
creation for OAuth connectors

cozy/cozy-libs#1390
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants