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
For reasons I don't understand, something changed on CI which makes our
server only listen on IPv6 (localhost is ::1) and our check-links.mjs
client only connect on IPv4 (localhost is 127.0.0.1). This causes our
website job to fail.
Work around this issue by explicitly using an address (::1 in this
case) instead of writing 'localhost'.
0 commit comments