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

Console doesn't work after linking from local hawtio-next instance #3321

Open
mmelko opened this issue Mar 22, 2024 · 1 comment
Open

Console doesn't work after linking from local hawtio-next instance #3321

mmelko opened this issue Mar 22, 2024 · 1 comment

Comments

@mmelko
Copy link
Contributor

mmelko commented Mar 22, 2024

After cloning latest main from hawtio-next , linking with yarn link ../../hawtio-next/packages/hawtio and rebuilding everything following exception is in javascript console:

Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'html')
    at k (193.aaebc9e3.chunk.js:1492:1025)
    at 807 (193.aaebc9e3.chunk.js:1497:89)
    at t (main.366cd516.js:1:243)
    at 57811 (193.aaebc9e3.chunk.js:430:9049)
    at t (main.366cd516.js:1:243)
    at 53078 (193.aaebc9e3.chunk.js:1487:164006)
    at t (main.366cd516.js:1:243)
    at 76938 (193.aaebc9e3.chunk.js:1497:386)
    at t (main.366cd516.js:1:243)
    at 97194 (193.aaebc9e3.chunk.js:1286:18887)
    ```
@grgrzybek
Copy link
Contributor

I had the same problem. @tadayosi found that you have to remove 'html' from this array: https://github.com/hawtio/hawtio/blob/4.x/console/craco.config.js#L42

I have no idea why, but it works ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

3 participants