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

Entering a project dashboard crashes the UI and displays a blank page #319

Open
michaeltastewise opened this issue Sep 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@michaeltastewise
Copy link

Report

When entering my project's dashboard I am getting:

ClientError: Failed to get metric delta: {"response":{"errors":[{"message":"Failed to get metric delta","locations":[{"line":2,"column":3}],"extensions":{"code":"INTERNAL_SERVER_ERROR"}}],"data":null,"status":200,"headers":{}},"request":{"query":"query getProjectMetricDelta($data: GetProjectMetricDeltaInput!) {\n  projectMetricDelta(data: $data) {\n    currentValue\n    previousValue\n  }\n}","variables":{"data":{"projectId":"clsvmma460c771k0hgkep7c26","metric":"TotalRequests","startDate":"2024-09-28T10:54:26.081Z","endDate":"2024-09-29T10:54:26.081Z"}}}}
    at s_ (index.ts:426:11)

It seems like something changed lately.

Expected behavior

To display my prompts

Steps to reproduce the problem

  1. Log in
  2. Go into a project
  3. Crash

Logs (if applicable)

ClientError: Failed to get metric delta: {"response":{"errors":[{"message":"Failed to get metric delta","locations":[{"line":2,"column":3}],"extensions":{"code":"INTERNAL_SERVER_ERROR"}}],"data":null,"status":200,"headers":{}},"request":{"query":"query getProjectMetricDelta($data: GetProjectMetricDeltaInput!) {\n  projectMetricDelta(data: $data) {\n    currentValue\n    previousValue\n  }\n}","variables":{"data":{"projectId":"clsvmma460c771k0hgkep7c26","metric":"TotalRequests","startDate":"2024-09-28T10:54:26.081Z","endDate":"2024-09-29T10:54:26.081Z"}}}}
    at s_ (index.ts:426:11)

Pezzo version

No response

How do you use Pezzo?

Pezzo Cloud

@michaeltastewise michaeltastewise added the bug Something isn't working label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant