rpitv / glimpse-ui

Official website for RPI TV
https://rpi.tv
MIT License
2 stars 0 forks source link

Fix SSR prefetching for Apollo #15

Closed robere2 closed 2 years ago

robere2 commented 4 years ago

vue-apollo doesn't behave when fetching data during SSR. There are workarounds for this until this issue is fixed. See https://github.com/vuejs/vue-apollo/issues/585

robere2 commented 2 years ago

SSR has been disabled for now to simplify the project and due to advancements in web crawlers being able to execute JavaScript.

This can be revisited in the future if it's still an issue and SSR is enabled again.