-
Notifications
You must be signed in to change notification settings - Fork 277
homeassistant updated to 2023.4.2, tileboard(ipad mini2, IOS9 safari)can't working #870
Comments
same http://192.168.2.17:8188/auth/authorize?client_id=http%3A%2F%2F192.168.2.17%3A8188&redirect_uri=http%3A%2F%2F192.168.2.17%3A8188%2Flocal%2Ftileboard%2Findex.html%3Foauth%3D1, on homeassistant 2021.2.3 work fine, maybe homeassistant's oauth has changed, how can I continue use tileboard on my old ipad? |
Long live token in config.js can work, but it's not safe. |
Have you checked access from a computer where you can see the request which fails (like chrome dev tools)? Or is it just the iPad failing to connect? |
just iPad connect failed. |
I suppose changes in Homeassistant broke compatibility with iOS 9 which is now almost 8 years old. Don't think we can do anything about it. You have to use less safe long-lived token if you want to keep using this old tablet. |
config.js:
serverUrl: 'http://192.168.2.17:8188',
wsUrl: 'ws://192.168.2.17:8188/api/websocket',
on homeassistant 2023.4.2:
The text was updated successfully, but these errors were encountered: