You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, maybe you could give me a hint about what I'm doing wrong.. The client code works, but every time the app is rendered by the server (Vue with createBundleRenderer), I get this error:
Looks like the content of (function (exports, require, module, __filename, __dirname) is plain CSS, which explains the syntax error, as far as I know ionic 4 isn't ready for SSR yet, but it's best if you confirm it with them.
Hey, maybe you could give me a hint about what I'm doing wrong.. The client code works, but every time the app is rendered by the server (Vue with
createBundleRenderer
), I get this error:I'm using the same vue.config.js as here: https://github.com/eddyerburgh/vue-cli-ssr-example/blob/master/vue.config.js
The other parts of the projects are also still exactly like in this repo.
Thanks in advance!
The text was updated successfully, but these errors were encountered: