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
I do not understand why this started to happen, as I expected the discovery to be completely on the local network, why is an external site being requested.
Until clarified, the workaround is to hardcode the ip address in hue_app.js
The text was updated successfully, but these errors were encountered:
Philipps is providing an online service to dicover hue bridges inside your own house.
According to the network locality principle of this project, it is better to avoid any dependency from external network.
Therefore the ip address has to be configured by the user/developper, dropping the option of usability without knowing the ip address. A local discovery can be implemented in the future.
solution for the CORS issue is to add 'no-cors' in the header, but then the body is empty, so Philipps kind of restricted the usage of the service to the same origin.
like most client libraries, they're common to node.j and front end, therefore only implemented with "require" which makes the transpilation a necessary step.
I do not understand why this started to happen, as I expected the discovery to be completely on the local network, why is an external site being requested.
Until clarified, the workaround is to hardcode the ip address in hue_app.js
The text was updated successfully, but these errors were encountered: