Description
Bug report
Describe the bug
When trying to do the most basic setup of this helm chart, I am unable to get things running on minikube. All the pods startup. But even after I try to enable minikube ingress addon, and make the updates to my /etc/host. But, the connection can't be made when I try to route to it, and it forever loads.
Even when trying to directly port forward to the supabase studio, when I navigate via port forward localhost, the port forward connection is immediately terminated
Forwarding from 127.0.0.1:3000 -> 3000
Forwarding from [::1]:3000 -> 3000
Handling connection for 3000
Handling connection for 3000
E1214 09:51:59.250911 39542 portforward.go:413] an error occurred forwarding 3000 -> 3000: error forwarding port 3000 to pod 5987f914400dd6e8fa58388c15921d2eae0a1df2305f82f1d4aa2a031c242267, uid : exit status 1: 2024/12/14 17:51:59 socat[14291] E connect(5, AF=2 127.0.0.1:3000, 16): Connection refused
error: lost connection to pod
When trying to ping the minikube ip, the requets timeout
To Reproduce
Following the basic clone and helm deploy command from the repository on a brand new minikube setup.
Expected behavior
Hello world level application should start up.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- OS: macOs
Additional context
Add any other context about the problem here.