-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
ios: Sign in fails sometimes after an spr update #366
Comments
@lts-po looking into this preliminarily i think it has to do with: api/API.js: return gApiURL || 'http://192.168.2.1/' const handleLogin = () => {
} I'm thinking something is off with the react state and this doesnt kick in when it needs to |
discussing with @lts-po this might also be happening if the API is not ready yet. so perhaps we need to add a 3rd feedback option when the API isnt available instead of saying the login failed |
Could the web UI be working properly and the API not accessible at the same
time? Because I was able to browse the web UI from another device without
any issues!
…On Mon, Sep 9, 2024 at 8:09 AM Alex Rad ***@***.***> wrote:
discussing with @lts-po <https://github.com/lts-po> this might also be
happening if the API is not ready yet. so perhaps we need to add a 3rd
feedback option when the API isnt available instead of saying the login
failed
—
Reply to this email directly, view it on GitHub
<#366 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALIOROB4SDG77HTMTXBJLLZVW22TAVCNFSM6AAAAABN3CYLLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZYGM4DMMBUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
the web ui is be cached, but if you see data that means the API was working there |
Discussing further with @lts-po the thing to investigate is if it's a routing issue. suppose a client gets put onto 192.168.10.118/30, but they are unable to reach 192.168.10.1 for some reason, but they would be able to connect to the API on 192.168.10.117. We should see under which conditions this can happen and resolve it. The MAC filter may be blocking the request in this situation because forwarding would take effect from the VLAN |
|
So I've run into this bug several times now but it comes and go so I never really filed an issue for it. I also have limited details so here is what I have observed:
Let me know if there's any way for me to grab more useful information for you guys to figure this out :)
Cheers
The text was updated successfully, but these errors were encountered: