Adham Sabry

Results 13 comments of Adham Sabry

I think those `Service "che-1/workspace4b384b46c6db48df-service" does not have any active Endpoint.` are the issue Operator yaml ``` kind: CheCluster apiVersion: org.eclipse.che/v2 spec: metrics: enable: false components: cheServer: extraProperties: CHE_OIDC_USERNAME__CLAIM: email...

Just removed `serverExposureStrategy: 'single-host'` from the `che-patch.yaml`. Thanks.

I'm back, sorry. It's the same problem, nothing fixed, one time it opened and I was about able to see the editor but I couldn't open the terminal, even though...

i have reduced `che-patch.yaml` to minimal and redeployed che: ``` kind: CheCluster apiVersion: org.eclipse.che/v2 spec: metrics: enable: false components: cheServer: extraProperties: CHE_OIDC_USERNAME__CLAIM: email devEnvironments: startTimeoutSeconds: 600 secondsOfInactivityBeforeIdling: 3600000 secondsOfRunBeforeIdling: -1...

This is the only certificate that I manually create: ``` sudo kubectl create secret tls che-tls --cert=/etc/letsencrypt/live//cert.pem --key=/etc/letsencrypt/live//privkey.pem -n eclipse-che kubectl label secret che-tls app.kubernetes.io/part-of=che.eclipse.org -n eclipse-che ``` Is there...

If anyone can help, I'll really appreciate it, I am also open to send out Zoom meeting if needed.

I restarted the dev workspace where I see `workspace3fdbb475c53a4c08-64d67dcd7f-zwr62 6/6 Running` However on che, i see: ![image](https://github.com/user-attachments/assets/4c18ac9c-7d9e-4263-844d-46fe210ade72) So I proceeded with deleting the `dwr` and automatically the page went into:...

I checked the network tab in browser console and i see this: ``` Request URL: https://///3100/ Request Method: GET Status Code: 502 Bad Gateway ``` Nowhere in my project nor...

Ok, I described the `dwr` and tried to follow one of the links that the devfile is exposing, i.e phpmyadmin and it's not secure. I'm confused about this cuz che-tls...