Closed jerichosy closed 3 weeks ago
Specifically this error Cannot read properties of undefined (reading 'Protection') during log in pops up in line 117 of F1-Web-Viewer/src/store/index.js.
Cannot read properties of undefined (reading 'Protection')
I assume it has to do with the ff. unsuccessful query before even logging in
GET https://f1-api.jeb.nom.za/6657193977244c13 net::ERR_NAME_NOT_RESOLVED
It looks like DNS queries to jeb.nom.za and f1-api.jeb.nom.za results in NXDOMAIN even when I query from other servers like dnschecker.org
Seems the same problem as #13. The "new" authentication proxy instance to get the token from last year no longer seems to be available.
Specifically this error
Cannot read properties of undefined (reading 'Protection')
during log in pops up in line 117 of F1-Web-Viewer/src/store/index.js.I assume it has to do with the ff. unsuccessful query before even logging in
It looks like DNS queries to jeb.nom.za and f1-api.jeb.nom.za results in NXDOMAIN even when I query from other servers like dnschecker.org