Skip to content

SSR Usage in non-Node.js Environments no longer works #3467

@ferdinando-ferreira

Description

@ferdinando-ferreira

Version

3.0.7

Reproduction link

https://github.com/ferdinando-ferreira/vue-next

Steps to reproduce

The full description of the issue (plus a fix for the issue) was submitted as a PR at #3460.

Here is the short summary

git clone git@github.com:ferdinando-ferreira/vue-next.git --single-branch vue-next-basic-renderer
cd vue-next-basic-renderer
yarn
yarn build
cd usecase
npm install
npm run build
npm run start:phpv8-current

It depends on php and phpv8 extension.

What is expected?

An example similar to what is described at https://ssr.vuejs.org/guide/non-node.html working as described

What is actually happening?

With the addition of renderToStream on server-renderer it is no longer possible to compile a SSR version for non Node environments


Submitted a PR (#3460) that fixes the issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions