We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'Protection')
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
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
The text was updated successfully, but these errors were encountered:
Seems the same problem as #13. The "new" authentication proxy instance to get the token from last year no longer seems to be available.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: