keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

Changes in account extension sample not working #554

Open rrodriguezOT opened 7 months ago

rrodriguezOT commented 7 months ago

Describe the bug

I am working on an extension of the account theme using the new account v3 as parent.

I am using you keycloak-man sample to extend it and I made some changes to content.json, adding a new group, and some new simple pages, some of them just show a div and some are more complex.

When the theme is deployed the changes made in content.json work fine, but when I enter in any of the new pages, the behavior is different:

I tried copying you keycloak-man JSX sample in another file and creating a children for that new group pointing it, and happens the same as with the simple page created by me.

I also tried to just put the modulePath of your keycloak-man JSX sample and doesn't works.

Thank you.

Version

24.0.2

Expected behavior

When a new page is created, built and put along into content.json it should show up when account page is opened

Actual behavior

When I enter in that new page it shows nothing just a blank page

How to Reproduce?

Create a new .tsx with a simple component rendering a div with some text, change content.json to make the children appear pointing that new page, deploy and test

Anything else?

No response