Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Error on "Overview" tiles after upgrade #2708

Open
1 task done
thiloms opened this issue Sep 27, 2024 · 4 comments
Open
1 task done

[bug]: Error on "Overview" tiles after upgrade #2708

thiloms opened this issue Sep 27, 2024 · 4 comments
Labels

Comments

@thiloms
Copy link

thiloms commented Sep 27, 2024

No existing issues.

  • There is no existing issue for my problem.

Describe the bug

After upgrading the Admin-Adapter to v7.1.5 the tiles and links on the "Overview" page has been different.

  • The Admin tile is not shown anymore
  • The Node-RED tile is shown twice
  • The Node-RED (both) tiles and the REST API tile (both Adapters are running on the same instance) are pointing to a "unknown" URL %web_bind%:1880 (for Node-RED) and %web_bind%:8093 (for REST API).
  • Node-RED and REST API are running and I can open the links via the Instances page by clicking on the "instance link" icon.
  • The zigbee2mqtt, which is running on a separate Docker container, showing the correct URL (IP of that instance) and I'm able to click on the tile to open it in a separate browser tab.

image

If I revert the Admin adapter back to v6.17.6 (currently latest v6), the tiles are shown correctly again (including the Admin tile):

image

As I also updated the Node-RED and REST API adapter yesterday, my first thought was an error with those adapters and I also found two similar issues at the Node-RED adapter:

Wrong URL: ioBroker/ioBroker.node-red#507
Duplicate Node-Red tiles: ioBroker/ioBroker.node-red#498

But as soon I revert back the admin adapter all this issues seems to be solved again. So I guess the issues above at Node-RED are not a problem of the Node-RED adapter they are only related to the Admin adapter.

btw: I run ioBroker within a Container of the official Docker image (:latest-v10) using macvlan network.

To Reproduce

See screenshots above to reproduce

  1. Use existing ioBroker with "old" (v6) Admin adapter and Node-RED + REST API adapter
  2. Look at Overview page (OK)
  3. Upgrade Admin adapter to latest (v7.1.5)
  4. Look at Overview page (problem as described above)
  5. Revert Admin adapter back to v6.17.6
  6. Look at Overview page (everything OK again)

Expected behavior

On overview page:

  • The Admin tile should be visible after upgrade
  • No duplicate tiles for Node-RED
  • URLs of tiles pointing to correct locations

Screenshots & Logfiles

see above in description.

Adapter version

v7.1.5

js-controller version

v6.0.11

Node version

v20.17.0

Operating system

official Docker image (Debian GNU/Linux 12 (bookworm))

Additional context

No response

@GermanBluefox
Copy link
Contributor

Must be fixed with 7.2.0

@Feuer-sturm
Copy link
Collaborator

@thiloms please check with current beta version (>= 7.2.6)

@thiloms
Copy link
Author

thiloms commented Oct 17, 2024

@Feuer-sturm , @GermanBluefox
Today I installed the current Admin Adapter v7.2.6.

Sorry to say, that only parts of the problem are fixed. So I reverted the Admin adapter back to v6.17.6

  1. Fixed: The links seems to be correct now and from the overview I can click on them and then a new tab will show the Adapter Link like Node-RED and REST API (zigbee2mqtt as an external address works before with Admin Adapter v7.1.5)
  2. Not Fixed: The Node-RED tile is shown twice
    I still see duplicated Note-Red entries now but at least I can click on the URL (See 1.)
  3. Not fixed: The Admin tile is not shown anymore
    I don't require the Admin tile at the overview page as the overview page is shown by the Admin adapter anyway. So maybe this is not a real bug but it differs from version 6.

Screenshot:
ioBroker Admin v7 2 6

@GermanBluefox
Copy link
Contributor

3. Not fixed: The Admin tile is not shown anymore

Admin itself is extra filtered out. As it is no use for it.
So only double node-red stays as error

@Feuer-sturm Feuer-sturm removed the fixed label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants