You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add VITE_INSECURE_PROXY opt-in for cert issues
The backend server doesn't send the full certificate chain (only leaf cert),
causing TLS verification to fail even with system CA installed.
Added VITE_INSECURE_PROXY=true as opt-in workaround for devs with internal endpoints.
0 commit comments