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
Github Actions pipelines keep breaking due to ERR_NETWORK_CHANGED during tests.
Exceptions & Other Logs
org.opentest4j.AssertionFailedError: Browser console included 5 logs: [
SEVERE http://localhost:32772/plan/static/TableRow-7y0l7bHJ.js - Failed to load resource: net::ERR_NETWORK_CHANGED,
SEVERE http://localhost:32772/plan/static/ExtendableRow-z3OYVqTY.js - Failed to load resource: net::ERR_NETWORK_CHANGED,
SEVERE http://localhost:32772/plan/static/Alert-Jcrw7WY5.js - Failed to load resource: net::ERR_NETWORK_CHANGED,
SEVERE http://localhost:32772/plan/static/index-EOzJVPjr.js 45:160 TypeError: Failed to fetch dynamically imported module: http://localhost:32772/plan/static/ServerOverview-JbrFBkMe.js,
SEVERE http://localhost:32772/plan/static/index-EOzJVPjr.js 782:902598 TypeError: Failed to fetch dynamically imported module: http://localhost:32772/plan/static/ServerOverview-JbrFBkMe.js] ==> expected: <true> but was: <false>
Additional information
As far as I remember this is related to IPv6 and how docker does networking, and how the github actions run on Azure. Not sure how to fix it.
The text was updated successfully, but these errors were encountered:
Describe the issue
Github Actions pipelines keep breaking due to ERR_NETWORK_CHANGED during tests.
Exceptions & Other Logs
Additional information
As far as I remember this is related to IPv6 and how docker does networking, and how the github actions run on Azure. Not sure how to fix it.
The text was updated successfully, but these errors were encountered: