Conversation
davidyuk
left a comment
There was a problem hiding this comment.
What is the current problem with @akryum/vue-cli-plugin-ssr?
I have tried to enable ssr in the example app, it works ok:
davidyuk/reproductions@1474d4e
ea68549 to
7a4b586
Compare
src/App.vue
Outdated
| setInterval(() => this.reloadData(), 120 * 1000); | ||
| EventBus.$on('backendError', () => this.$route.name !== 'maintenance' && this.$router.push({ | ||
| name: 'maintenance', | ||
| }).catch((err) => { console.error(err); })); |
There was a problem hiding this comment.
Seems that you have restored a different version of App.vue 🤷♀️
There was a problem hiding this comment.
OK, reverted to the current one from the develop branch
Which route?
I can't get why you need to define I would like to help you, but I can't start the project because of the obvious error that you have not fixed from the last time: $ npm run ssr:serve
> superhero-ui@0.2.1 ssr:serve /Users/denis/Documents/superhero-ui
> vue-cli-service ssr:serve
(node:20850) UnhandledPromiseRejectionWarning: Error: args must be an array of arguments |
|
@davidyuk I mixed up with different tools because of pretty the same name and my sickness. Will do my best at Monday. |
davidyuk
left a comment
There was a problem hiding this comment.
Well, it is still is not working, how can I help? Try to make the backend to don't return "Cannot GET /" by disabling as much as possible of our code. After that continuously revert them back resolving issues that will apperar.
60d22c0 to
3c707de
Compare
|
@davidyuk can you please share yours suggestion about the current error: |
|
let's continue work in #908 |
No description provided.