-
Notifications
You must be signed in to change notification settings - Fork 105
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 API key sign up load problem #4538
Comments
@rfultz Do you think if we add
Also I wonder if feature flag logic is intermittently slowing down page load. The logic wrapping the js could be simplified like this:
Also we can remove
|
@johnnyporkchops @rfultz thanks for the discussion! Based on the possibility that the feature flag is involved, and the fact that it didn't work as intended, I also opened issue #4545 to remove it. I also see that it's not always failing to load, so hopefully simplifying the logic will help. cc @patphongs |
@johnnyporkchops I'm going to start by removing the feature flag. |
@johnnyporkchops I wanted to document your leadership role in this issue. The ideas that I was able to implement here all came from your comments. You also sat with me as we paired on the implementation and spent equal time and were an equal leader in the solution. Thank you!! 👍 cc @patphongs |
@jason-upchurch. Thanks for keeping this in the pipeline and knocking it out this sprint. Good call! |
Closing, the work is merged. |
User story
As a user of the api key signup page, I want the page to sign up form to load consistently so that I can sign up for an api key on the first page load.
Background
Both @johnnyporkchops and @jason-upchurch have observed the form not loading on the first try. This doesn't seem to happen often, but we've both seen it. We'd like to try to ensure the form loads with the page every time.
Technical considerations
Completion criteria:
The text was updated successfully, but these errors were encountered: