iebb / F1WebViewer-SelfHosted

Self-hosted reverse-proxy for F1 web viewer.
Apache License 2.0
67 stars 11 forks source link

`Cannot read properties of undefined (reading 'Protection')` when logging in #14

Closed jerichosy closed 3 weeks ago

jerichosy commented 1 month 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.

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

s0fax commented 1 month ago

Seems the same problem as #13. The "new" authentication proxy instance to get the token from last year no longer seems to be available.