resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ouhaiorg opened this issue · comments

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

on homeassistant 2023.4.2:

ios9

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

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

commented

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.