sorry-cypress / charts

A Kubernetes Helm Chart for Sorry Cypress, an open-source on-premise, self-hosted alternative to cypress dashboard.
https://sorry-cypress.dev
MIT License
42 stars 79 forks source link

Helm Chart giving Error when viewing the Dashboard #185

Open martinmlouis opened 1 year ago

martinmlouis commented 1 year ago

Summary

Helm Chart giving Error when viewing the Dashboard

How to reproduce

Install sorry-cypress using Helm

Environment

kubeadm k8s enviroenment

martinmlouis commented 1 year ago

Also, docker compose also give the same error, thanks

Adriien-M commented 1 year ago

This is a duplicate of #184 After some research, we have to set dashboard.environmentVariables.graphQlSchemaUrl in values to call the right api url which is https://[YOUR_API_URI]/cypress-api

SONGYULEO commented 1 year ago

@Adriien-M I have the same problem, but I don't know what is "api url" ?

Because I set the sorry-cypress-api service (10.0.243.198:4000) on dashboard.environmentVariables.graphQlSchemaUrl but it didn't solve the problem

image image

win5923 commented 1 year ago

same issue. image

image

image

varuntagore commented 11 months ago

@win5923 did you end up fixing this? i am stuck in same issue. would love to find how i can fix it and contribute to this chart with fix to values file.

win5923 commented 11 months ago

@varuntagore No, I switched to using Playwright.