You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
response_type=code aus der Connect-URL entfernt. Dieser Parameter aktivierte
den OAuth Authorization Code Flow (?code=...) statt des nativen Smartcar Connect
Flows (?user_id=...). Redirect kam deshalb ohne Parameter an.
customUiPath in package.json ergänzt — ohne diesen Eintrag ignoriert Homebridge
das homebridge-ui/ Verzeichnis komplett.
Server lauscht jetzt auf localhost statt 127.0.0.1 (Smartcar erlaubt
http:// Redirect URIs nur für den Hostnamen localhost).