We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
complete_oauth_flow
We seem to be making two calls to complete_oauth_flow once we receive an auth code from google, which makes the UI not show any visual success clues.
The issue is demonstrated in this video: https://www.loom.com/share/6da17af4728c49258871f925c70c5aa1
It's worth noting that creating the source works (the refresh token seems to be retained correctly) but
we should make only one API call, and show a visual cue that it succeeded.
The text was updated successfully, but these errors were encountered:
assigning to @jrhizor for triage
Sorry, something went wrong.
also confirmed this happening for salesforce
This is also happening for Github:
@ChristopheDuong, FYI the frontend is fixed now. We need to deploy cloud to pick up this change.
jamakase
Successfully merging a pull request may close this issue.
Tell us about the problem you're trying to solve
We seem to be making two calls to
complete_oauth_flow
once we receive an auth code from google, which makes the UI not show any visual success clues.The issue is demonstrated in this video: https://www.loom.com/share/6da17af4728c49258871f925c70c5aa1
It's worth noting that creating the source works (the refresh token seems to be retained correctly) but
Describe the solution you’d like
we should make only one API call, and show a visual cue that it succeeded.
The text was updated successfully, but these errors were encountered: