You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 openedActual 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, changecontent.json
to make the children appear pointing that new page, deploy and testAnything else?
No response
The text was updated successfully, but these errors were encountered: