-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Error: Content placeholder not found in template. #13
Comments
@Akryum @yekver I'm using the version 0.3 and I'm having this issue even by renaming it to Maybe I'm doing something wrong... Firstly I'm building the project and then serving it like that:
And that's when serving I get the error I could first build as Do you have an idea what could be the origin of this 🤔 ? Thank you, |
Unfortunately I'm still stuck with this issue 😢 I'm trying to debug step by step to see what's going wrong... |
https://github.com/Akryum/vue-cli-plugin-ssr/blob/master/lib/webpack.js#L14 I guess that's because the condition is about the mode and not the |
This is still an issue if you have multiple modes that need the production build (for multiple environment), it would be preferable to switch to detecting the |
Comment
<!--vue-ssr-outlet-->
is deleted in production build and SSR is not working. This can be fixed by renaming fileindex.html
back toindex.template.html
.The text was updated successfully, but these errors were encountered: