ioBroker / ioBroker.admin

user interface for configuration and administration
https://iobroker.net
MIT License
271 stars 78 forks source link

[bug]: In v7.0.1 React components for jsonConfig are not loaded #2496

Closed simatec closed 1 week ago

simatec commented 3 weeks ago

No existing issues.

Describe the bug

With the update to admin 7.0.1, the React components are no longer loaded in the Backitup config. There is no error log in the console.

To Reproduce

  1. Got to Backitup Config. All configuration options that contain React components are not displayed

Expected behavior

Display all components

Screenshots & Logfiles

image

Adapter version

7.0.1

js-controller version

6.0.1

Node version

20.14.0

Operating system

Ubuntu 22.04

Additional context

No response

mcm1957 commented 3 weeks ago

If this error is caused by the a little bit cryptic changelog

7.0.1 (2024-06-10)
(bluefox) Because of the breaking change in GUI components, the GUI was updated. Users will see no difference, but developers should check their packages.
...

we have a problem. Its not possible that all adapters using react are updated withon a short period.

simatec commented 3 weeks ago

@mcm1957 I think in the case of Backitup, @GermanBluefox has insight. We are currently working together on the switch to react

Tronje-the-Falconer commented 3 weeks ago

I have also a Problem with the js-controller. I can't install any new adaptor with the admin frontend. I get the error:

"Latest available version of "js-controller" is required, but nothing installed. Please install first "js-controller" and then retry."

Installing an adaptor with console is no Problem

mcm1957 commented 3 weeks ago

@Tronje-the-Falconer I think this is a seperate issue...

@simatec I know - but the error sounds like a genral error. And the releasenotes for admin 7 are cryptic. I do not understand what developers should check whne admin reads: Because of the breaking change in GUI components, the GUI was updated. Users will see no difference, but developers should check their packages.

GermanBluefox commented 1 week ago

Please retest with 7.0.2

simatec commented 1 week ago

With v7.0.2 is OK 👌