nuxt/hackernews

page error: hn.nuxt.space/item/[id]

tongweizj opened this issue · 6 comments

HN API had a change that canceled the URL.
https://hacker-news.firebaseio.com/v0/item/35939206.json

So every hn.nuxt.space/item/[id] page, show Page not found.

Please change another key to check wether API back data

It seems to be working fine for me - both the link in the issue and the deployed site.

https://hn.nuxt.space/item/35990547

Does it work when you visit this page?
I am the only one that saw the 'Page not found'

no, you are right - I'm getting a 404 too - we can investigate what the issue is

HN API had changed and did not give URL data.
https://hacker-news.firebaseio.com/v0/item/35939206.json

A PR is very welcome 🙏