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

[Vue warn]: Failed to mount component: template or render function not defined in dev environment #11585

Closed
rak-phillip opened this issue Aug 2, 2024 · 0 comments · Fixed by #11586
Labels
QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Milestone

Comments

@rak-phillip
Copy link
Member

I encountered an error printed to the browser console while testing #11567:

[Vue warn]: Failed to mount component: template or render function not defined.

found in

---> <Shell/pages/index.vue> at shell/pages/index.vue
       <Root>

Repro steps

  • Run Dashboard in a development environment
  • Log into Dashboard
  • Log out of Dashboard
  • Log into Dashboard again
  • Observe the console

This error is raised only when running in a development environment

@rak-phillip rak-phillip added this to the v2.10.0 milestone Aug 2, 2024
@github-actions github-actions bot added QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this and removed kind/bug regression labels Aug 2, 2024
nwmac pushed a commit to nwmac/dashboard that referenced this issue Aug 13, 2024
Previously the page would just redirect using middleware so the template was never looked at. This puts in an empty template since we don't intend to render anything on this page.

fixes rancher#11585
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant