nuxt/hackernews

Feeds don't load after deploying SPA

pjatx opened this issue · 2 comments

pjatx commented

For some reason, it appears the feeds aren't loading after deploying to Cloudflare pages in SPA mode. Locally everything works fine.

I'm able to reproduce if I change lazy -> false here:

app.use(() => import('./feeds'), { lazy: true })

Anyone know what could be causing this or how to resolve?

pjatx commented

Also, appears the SPA demo is also broken in the same way: https://hn-spa.nuxtjs.org/news

antfu commented

This repo is now switched to Nuxt 3 implementation, and I think the issue is no longer relevant. Thanks.