Results 4 comments of Anish Araz

# same error ingress.yaml ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: wsapp-ingress annotations: nginx.org/websocket-services: "wsserver-svc" spec: ingressClassName: nginx rules: - host: { { .Values.ingressDomain } } http: paths: - path:...

Am still getting the error and https://github.com/TanStack/form/issues/967#issuecomment-2387745999 this still have the issue , how did you get to work , what is the problem ? ![Image](https://github.com/user-attachments/assets/97af4e4c-bdfd-49a0-9b55-e33dd37da51e)

@rburgst Thankyou that fixed it , but a new problem arised or it exist am not sure, while submitting while the fields are empty the request goes to server and...

I am building a similar thing in JS using the `dockerode` library. In order to delete the leftover process, I am searching the process name as `/bin/sh` and manually killing...