-
Notifications
You must be signed in to change notification settings - Fork 50
404 on refresh post #180
Comments
This is a Nuxt 404, it doesn't seem to be specific to the Nuxtend module. What I assume happens is this:
To fix this, you have two options:
The latter is the common approach. I am fairly confident that will fix your issue. Although to be honest, I would have been more confident if it was a Netlify 404. |
Okay The problem remains the same. |
@influx-agence as I pointed out in here, the problem was that nuxtent does not support json file types, just changing it to markdown format and using a yaml frontmatter format fixed the issue, also you can use a yaml format for your data or even mixing it. |
Sorry but I don't know anything about netlify cms |
up |
Has anyone found a work-around? This is definitely a Nuxtent issue apparent with static generated MD content. All the content fails to refresh or load directly with the 404 trying to load |
Describe the bug
Hello,
That's my problem:
When I go to my blog, the list of articles is displayed well. Once I go to an article and refresh the page I find a 404 error.
Looking more ready the networks I realize that the .JSON normally called has two points after refreshment
(Myurl.com/_nuxt/content/name..json)
Someone will have an idea where it might come from?
Thx for your rep 👍
To Reproduce
Screenshots
3. Before refresh
6. After refresh
Applicable Versions:
CMS configuration
Additional context
https://github.com/influx-agence/Nuxtlify
The text was updated successfully, but these errors were encountered: