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
Check Steve HTTP readiness instead of raw TCP connectivity
isPortReady() used a raw TCP connect to determine when Steve was
ready. Steve accepts TCP connections several seconds before it
finishes initializing its API controllers, so the dashboard button
was enabled too early. Make an actual HTTP request to /v1 instead,
using Steve's HTTP port to avoid certificate validation issues with
its self-signed TLS cert.
Signed-off-by: Jan Dubois <jan.dubois@suse.com>
0 commit comments