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

Cloud Deployment UI modal dialogue hangs during deployments #882

Open
jattwood opened this issue Mar 3, 2025 · 0 comments
Open

Cloud Deployment UI modal dialogue hangs during deployments #882

jattwood opened this issue Mar 3, 2025 · 0 comments

Comments

@jattwood
Copy link

jattwood commented Mar 3, 2025

Issue description

This is starting to happen more and more. Like all great problems, it's intermittent. So I am assuming this is network traffic related (just a theory).

We initiate a deployment from remote development to live. The UI will hang on the initial startup routine "Loading activity data" for an extended period like this:

Image

The API calls that are happening behind the scenes report a small JSON response: {"Message": "Forbidden"} response here:

Image

Image

Doing a hard reload resolves the issue and the deploy carries on to completion. But... sometimes not.

Again intermittently, the UI will hang during the extraction process as well. You can see here from the CPU insights that the deploy completes, yet the activity running indicator is still present:

Image

Finally, a hard reload brings everything back to normal. In both cases, {"Message": "Forbidden"} is returned from the cloud API endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant