I suspect that the "network error" is indeed caused by the use of the incorrect URL which cannot be resolved by DNS - see pic in earlier post.
It seems to me that the cause is
a typo in the main.30d08dd4.js in the line where it uses a.a.arm
baseQuery: Object(s.a)({
baseUrl: "https://".concat(a.a.arm, "/")
})
when instead it should likely be using g.a.arm as used in
Object(s.b)(g.a.arm, {
endpoint: {
tie: "management.azure.com",
test: "management.azure.com",
preprod: "management.azure.com",
preview: "management.azure.com",
prod: "management.azure.com",
gov: "management.azure.com",
high: "management.azure.com",
dod: "management.azure.com",
mooncake: "management.azure.com",
ex: "exreplacer",
rx: "rxreplacer"
},
authorizationEndpoint: {
tie: "https://management.azure.com/",
test: "https://management.azure.com/",
preprod: "https://management.azure.com/",
preview: "https://management.azure.com/",
prod: "https://management.azure.com/",
gov: "https://management.azure.com/",
high: "https://management.azure.com/",
dod: "https://management.azure.com/",
mooncake: "https://management.azure.com/",
ex: "exreplacer",
rx: "rxreplacer"
},
headers: {
"x-ms-client-session-id": Object(c.s)(),
"x-ms-client-request-id": l.a
},
authenticated: !0,
addAuthTokenToHeader: !0,
requestHandler: k,
responseHandler: P
})
Please investigate and fix and advise when done, thank you.