-
Hi everyone, While tinkering with the request, I found that if I remove the So it seems that the redirect is working fine and my app is functioning — I just don’t understand why it fails as soon as the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried a private window or different browser? |
Beta Was this translation helpful? Give feedback.
Yes, I tried with other browsers in private mode, and I finally found the issue. I feel so silly — I had automatically written the redirect URI with a trailing slash after
oauth
in my Daikin app.I just removed the trailing
/
fromhttps://my.home-assistant.io/redirect/oauth
and now it works!Sorry for the trouble — hopefully this discussion will help another absent-minded person avoid making the same mistake.