ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 27 forks source link

Node Red instance link to Node Red Web Editor is broken. #324

Closed dekatWin closed 1 year ago

dekatWin commented 2 years ago

If you enable Node Red's https(ssl) encryption, the instance button hyperlink to node Red Web Editor no longer works.

Clicking on the instance button under the node Red instance opens a new node Red Web Editor link in the browser with http instead of https, which causes the browser unable to find anything under the hyperlink.

Screenshot 2022-08-20 23 33 01

dekatWin commented 1 year ago

Screenshot 2022-12-04 14 41 47

Apollon77 commented 1 year ago

WHich URL is in the link? The correct one or an wrong one?

dekatWin commented 1 year ago

If you activate https for Node Red. a wrong one:

Currently it is always: http://192.XXX.XXX.XX:XXXX/

But it should look like this when https is active: https://192.XXX.XXX.XX:XXXX/

dekatWin commented 1 year ago

As soon as you set https, the link in the overview is also broken. So every NodeRed link inside the admin adapter is broken, except the internal view, once you set https.

Also, why is this post actually marked as a question, its a bug. Is it because of my poor English skills that this is marked as a question? My apologies. Screenshot 2023-02-14 05 29 32

dekatWin commented 1 year ago

thx.

dekatWin commented 1 year ago

Its fixed now, thank you.

Deeds87 commented 6 months ago

This bug is not fixed for me. After changeing to https the link to the web editor ist httpundefined://ip-address:port. If i change back to http the link won't be updated and is still broken. Every new instancace of the adapter has this issue too. Even without changeing anything.