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

Changes in account extension sample not working #554

Open
rrodriguezOT opened this issue Apr 24, 2024 · 0 comments
Open

Changes in account extension sample not working #554

rrodriguezOT opened this issue Apr 24, 2024 · 0 comments

Comments

@rrodriguezOT
Copy link

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:

  • When trying to enter the simple new page, it simply does not show anything
  • When trying to enter the more complex page, a "Not Found" error prompts

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

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

No branches or pull requests

1 participant