[Skywalking UI]ui-initialized-templates change doesn't take effect(I have emptied the browser cache and made sure the local-endpoint exists) #7751
-
Beta Was this translation helpful? Give feedback.
Answered by
kezhenxu94
Sep 18, 2021
Replies: 2 comments 5 replies
-
You have the |
Beta Was this translation helpful? Give feedback.
2 replies
-
The problem is that the templates are initialized template by template, and you are updating the configuration item in an existing template (named |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kezhenxu94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that the templates are initialized template by template, and you are updating the configuration item in an existing template (named
Dolphinscheduler
, which won't be initialized again, you need to delete the template namedDolphinscheduler
and let the OAP re-initialize the template.