-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Platform Applications flashes "Application Not Found" UI when loading #56409
Comments
Pinging @elastic/kibana-platform (Team:Platform) |
Related to #54656 |
@jasonrhodes I tried to reproduce, by both accessing an initial NP app using a refresh, or navigating from either a NP or LP app to a NP one, and I can't see the flickering on my machine. Is there a reproduction scenario for this? |
Confirmed. The first render is done before the
Causing an initial kibana/src/core/public/application/ui/app_container.tsx Lines 65 to 72 in 071db79
Moving the However, the time we await the actual mount handler to resolve will still display a blank content. This is way less impacting that displaying the error message, but we might want to display the loader while awaiting the mount. This is outside of the scope of this issue though, and minor. |
When loading a valid enabled application, we briefly render the following "Application Not Found" error page:
Seems to be caused by this line: https://github.com/elastic/kibana/blob/master/src/core/public/application/ui/app_container.tsx#L57
The text was updated successfully, but these errors were encountered: