resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 277 forks source link

homeassistant updated to 2023.4.2, tileboard(ipad mini2, IOS9 safari)can't working #870

Open ouhaiorg opened 1 year ago

ouhaiorg commented 1 year ago

config.js: serverUrl: 'http://192.168.2.17:8188', wsUrl: 'ws://192.168.2.17:8188/api/websocket',

on homeassistant 2023.4.2:

ios9

ouhaiorg commented 1 year ago

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? IMG_0003

ouhaiorg commented 1 year ago

Long live token in config.js can work, but it's not safe.

N3rdix commented 1 year ago

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?

ouhaiorg commented 1 year ago

just iPad connect failed.

rchl commented 1 year ago

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.