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-2 skeleton creates a broken project #12499

Closed
mattsouth opened this issue Feb 7, 2023 · 2 comments · Fixed by #12470
Closed

vue-2 skeleton creates a broken project #12499

mattsouth opened this issue Feb 7, 2023 · 2 comments · Fixed by #12470
Labels
confirmed We want to fix or implement it Impact:most

Comments

@mattsouth
Copy link

linux ubuntu 20
meteor 2.10

To Reproduce

Run the command

meteor create --vue-2 example

expected behaviour

The example project that's created should work as designed (i.e. a single page that shows a counter and the list of urls that can be added to) without errors in the console.

actual behaviour

The project builds but the list of urls is not shown because the subscription fails, creating an error in the console.

Notes

@Grubba27 Grubba27 added confirmed We want to fix or implement it Impact:most labels Feb 7, 2023
@Grubba27
Copy link
Contributor

Grubba27 commented Feb 7, 2023

Hey @mattsouth, nice to see you here!
We plan on solving this on version 2.11 which is currently in beta, but I'm working on making a release candidate ASAP. Thanks a lot for reporting this one

@Grubba27 Grubba27 mentioned this issue Feb 7, 2023
@mattsouth
Copy link
Author

Thanks @Grubba27 - the new vue-2 skeleton in 2.11 looks good and suggests a fix for my underlying issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed We want to fix or implement it Impact:most
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants