#how to enable ssr in nuxt

2 messages · Page 1 of 1 (latest)

topaz geyser
#

I have my site built with nuxt and enabled server side rendering but whenever I view page source I don't see any data from the server being populated
here's the site: https://www.tester-blog.online/
PS it may take some time to load due to cold start

cunning cove
#

Your site is already server side rendered. You do seem to fetch the posts on the client side however. Would you mind share the code where you fetch the posts?