Skip to content

[Feature Request 🪶 ] Improve site readiness at end of terraform apply #57

@grayside

Description

@grayside

Problem

When terraform completes, we present links to the user and no instructions. Presuming the user knows to click on firebase_url, they are likely to end up reaching a 404 page:

Screenshot 2023-04-26 at 10 28 41 AM

This page stayed up through multiple refreshes for more than a minute. Ultimately I added some querystring in case the 404 page needed cache busting to load, and at that point the loading page came up. The bare URL continues to be a 404 page without the cache buster. Possibly unrelated: the cache busted URL is stuck in the loading page. This is likely a separate bug.

Current Behavior

terraform apply is spinning up a GCE instance, which runs a script to deploy the firebase site. Presumably, this deployment process takes an unpredictable amount of time to complete & propagate, and this time extends beyond the total runtime of terraform.

Expectation

When the user navigates to a URL at the end of tf apply, the URL resolves to an element of the avocano app or content.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions